Skip to content

Commit f9c01a9

Browse files
committed
flake8
1 parent a7b9c88 commit f9c01a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

asyncio-walkthrough/areq.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
import logging
88
import re
99
import sys
10-
from typing import BinaryIO, Union
10+
from typing import BinaryIO
1111
import urllib.error
1212
import urllib.parse
1313

1414
import aiofiles
1515
import aiohttp
1616
from aiohttp import ClientSession
17-
from aiohttp.helpers import sentinel
1817

1918
logging.basicConfig(
2019
format="%(asctime)s %(levelname)s:%(name)s: %(message)s",

0 commit comments

Comments
 (0)