format with black and isort

This commit is contained in:
eggplants
2022-02-03 20:27:17 +09:00
parent bae383b282
commit 7cc7d5a288
12 changed files with 49 additions and 38 deletions

View File

@@ -1,4 +1,5 @@
import requests
from .__version__ import __version__
DEFAULT_USER_AGENT = "waybackpy %s - https://github.com/akamhy/waybackpy" % __version__