fix imports with isort

This commit is contained in:
Akash Mahanty
2022-02-09 16:18:25 +05:30
parent 87fb5ecd58
commit cd5c3c61a5
3 changed files with 1 additions and 5 deletions

View File

@@ -2,8 +2,6 @@
Utility functions and shared variables like DEFAULT_USER_AGENT are here.
"""
import requests
from . import __version__
DEFAULT_USER_AGENT: str = (