Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Mar 29, 2024
1 parent b77788d commit 7541061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltabot_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import time
from argparse import ArgumentParser, Namespace
from threading import Thread
from typing import Callable, Optional, Set, Union
from typing import Callable, Set, Union

import qrcode
from appdirs import user_config_dir
Expand Down

0 comments on commit 7541061

Please sign in to comment.