Skip to content

Commit 4f98602

Browse files
committed
ignore argcomplete import in main
1 parent 6ec506f commit 4f98602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meshtastic/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import argparse
1212
argcomplete: Union[None, ModuleType] = None
1313
try:
14-
import argcomplete
14+
import argcomplete # type: ignore
1515
except ImportError as e:
1616
pass # already set to None by default above
1717

0 commit comments

Comments
 (0)