Skip to content
Snippets Groups Projects
Commit 4fb94bfc authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Removed some unused imports.

parent 8e95c5e5
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,6 @@ import sys ...@@ -26,7 +26,6 @@ import sys
import threading import threading
import time import time
import traceback import traceback
import cachetools
import click import click
import apex.aprs import apex.aprs
...@@ -36,7 +35,6 @@ from apex.plugin_loader import load_plugin ...@@ -36,7 +35,6 @@ from apex.plugin_loader import load_plugin
from .nonrepeating_buffer import NonrepeatingBuffer from .nonrepeating_buffer import NonrepeatingBuffer
from .util import echo_colorized_error from .util import echo_colorized_error
from .util import echo_colorized_frame
from .util import echo_colorized_warning from .util import echo_colorized_warning
configparser = None configparser = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment