Skip to content

Commit fae7032

Browse files
committed
removed invalid reference to config.py
1 parent 4b1214d commit fae7032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aprsd/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def main():
7070
# First import all the possible commands for the CLI
7171
# The commands themselves live in the cmds directory
7272
from .cmds import ( # noqa
73-
completion, config, dev, fetch_stats, healthcheck, list_plugins, listen,
73+
completion, dev, fetch_stats, healthcheck, list_plugins, listen,
7474
send_message, server, webchat,
7575
)
7676
cli(auto_envvar_prefix="APRSD")

0 commit comments

Comments
 (0)