fix: errors to improve pylint scores

This commit is contained in:
eggplants
2022-02-08 04:15:32 +09:00
parent 97f8b96411
commit 6876c786de
7 changed files with 52 additions and 33 deletions

View File

@@ -1,3 +1,7 @@
"""
Module initializer and provider of static infomation.
"""
__title__ = "waybackpy"
__description__ = (
"Python package that interfaces with the Internet Archive's Wayback Machine APIs. "