Skip to content

Commit

Permalink
chore: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamb authored and barthalion committed Aug 28, 2024
1 parent 51090f0 commit 75c0c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flat-manager-client
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import time
import traceback
from argparse import ArgumentParser
from functools import reduce
from urllib.parse import urljoin, urlparse, urlsplit, urlunparse, urlunsplit
from urllib.parse import urljoin, urlparse, urlunparse

import aiohttp
import aiohttp.client_exceptions
Expand Down

0 comments on commit 75c0c49

Please sign in to comment.