Skip to content

Commit 40548a4

Browse files
committed
Remove duplicate code for commoncode.datautils
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 652c524 commit 40548a4

File tree

3 files changed

+8
-248
lines changed

3 files changed

+8
-248
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ python_requires = >=3.7
5353

5454
install_requires =
5555
attrs
56-
htmllistparse
5756
commoncode
5857
packageurl-python
5958
requests

src/fetchcode/commoncode_datautils.py

Lines changed: 0 additions & 239 deletions
This file was deleted.

src/fetchcode/packagedcode_models.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
from packageurl import normalize_qualifiers
3636
from packageurl import PackageURL
3737

38-
from fetchcode.commoncode_datautils import choices
39-
from fetchcode.commoncode_datautils import Boolean
40-
from fetchcode.commoncode_datautils import Date
41-
from fetchcode.commoncode_datautils import Integer
42-
from fetchcode.commoncode_datautils import List
43-
from fetchcode.commoncode_datautils import Mapping
44-
from fetchcode.commoncode_datautils import String
45-
from fetchcode.commoncode_datautils import TriBoolean
38+
from commoncode.datautils import choices
39+
from commoncode.datautils import Boolean
40+
from commoncode.datautils import Date
41+
from commoncode.datautils import Integer
42+
from commoncode.datautils import List
43+
from commoncode.datautils import Mapping
44+
from commoncode.datautils import String
45+
from commoncode.datautils import TriBoolean
4646

4747

4848
"""

0 commit comments

Comments
 (0)