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

@@ -11,7 +11,7 @@ from datetime import datetime
from typing import Dict
class CDXSnapshot(object):
class CDXSnapshot:
"""
Class for the CDX snapshot lines('record') returned by the CDX API,
Each valid line of the CDX API is casted to an CDXSnapshot object