Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Oct 26, 2024
1 parent 591be31 commit 7f2517f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from contextlib import redirect_stdout
from ipaddress import ip_address
from urllib.parse import urlparse
from typing import Any, Callable, Dict, Optional, Type, Tuple
from typing import Any, Callable, Dict, Optional, Tuple

import simplejson as json
from PyQt5.QtCore import QObject, pyqtSignal, QSettings
Expand Down
2 changes: 1 addition & 1 deletion src/rpcClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import http.client as httplib
import ssl
import threading
from typing import Union, Optional
from typing import Union

from constants import DEFAULT_PROTOCOL_VERSION, MINIMUM_FEE
from misc import getCallerName, getFunctionName, printException, printDbg, now, timeThis
Expand Down

0 comments on commit 7f2517f

Please sign in to comment.