refactoring

This commit is contained in:
Devaev Maxim
2020-05-28 11:03:49 +03:00
parent fbdfb009a1
commit 1c93f6a562
9 changed files with 63 additions and 42 deletions

View File

@@ -21,8 +21,3 @@
__version__ = "1.63"
# =====
def make_user_agent(app: str) -> str:
return f"{app}/{__version__}"