aboutsummaryrefslogtreecommitdiffstats
path: root/chocula/database.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-06-22 13:55:35 -0700
committerBryan Newbold <bnewbold@archive.org>2020-06-22 13:55:35 -0700
commitb1b518e2acd819034e27d3a4b47918a91c1199b8 (patch)
tree57fc7a2f16c1dd947c61e8e02774b1b272b59aab /chocula/database.py
parent0b731c90c6b860d06c81c0082518e5b03bd82f04 (diff)
downloadchocula-b1b518e2acd819034e27d3a4b47918a91c1199b8.tar.gz
chocula-b1b518e2acd819034e27d3a4b47918a91c1199b8.zip
flake8 cleanups
Diffstat (limited to 'chocula/database.py')
-rw-r--r--chocula/database.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/chocula/database.py b/chocula/database.py
index 11632b9..b89d8ba 100644
--- a/chocula/database.py
+++ b/chocula/database.py
@@ -1,7 +1,6 @@
from __future__ import annotations
import sys
-import csv
import json
import sqlite3
from collections import Counter
@@ -11,7 +10,6 @@ from typing import List, Dict, Tuple, Optional, Any
import urlcanon
import surt
import tldextract
-import ftfy
import stdnum.issn
from chocula import *
@@ -130,7 +128,7 @@ class DirectoryInfo:
identifier TEXT,
name TEXT,
extra TEXT,
-
+
Returns a tuple in that order.
"""
if not self.issnl: