Skip to content

Commit

Permalink
move import
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Jul 7, 2024
1 parent 3eaade9 commit f9d809a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastcli/fastcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
import json
import logging
import time
import typing
import urllib.parse
import urllib.request
from asyncio import create_task

import aiohttp
import typing

logging.basicConfig(
level=logging.WARNING,
Expand Down

0 comments on commit f9d809a

Please sign in to comment.