From 4774530588bbef62d212db864bad35147cfb77d5 Mon Sep 17 00:00:00 2001 From: AntiCompositeNumber Date: Tue, 21 Jul 2020 21:05:04 -0400 Subject: [PATCH] cleanup __init__.py --- waybackpy/__init__.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/waybackpy/__init__.py b/waybackpy/__init__.py index 48ceb2c..0092356 100644 --- a/waybackpy/__init__.py +++ b/waybackpy/__init__.py @@ -28,5 +28,13 @@ Full documentation @ . """ from .wrapper import Url -from .__version__ import __title__, __description__, __url__, __version__ -from .__version__ import __author__, __author_email__, __license__, __copyright__ +from .__version__ import ( + __title__, + __description__, + __url__, + __version__, + __author__, + __author_email__, + __license__, + __copyright__, +)