code formated with black

This commit is contained in:
Akash Mahanty
2020-12-14 00:49:36 +05:30
parent fde28d57aa
commit e306fb0d2e
6 changed files with 395 additions and 149 deletions

View File

@@ -1,10 +1,12 @@
# -*- coding: utf-8 -*-
class WaybackError(Exception):
"""
Raised when Wayback Machine API Service is unreachable/down.
"""
class URLError(Exception):
"""
Raised when malformed URLs are passed as arguments.