Skip to content

Commit

Permalink
Remove duplicate code for commoncode.datautils
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Feb 26, 2024
1 parent 652c524 commit 40548a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 248 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ python_requires = >=3.7

install_requires =
attrs
htmllistparse
commoncode
packageurl-python
requests
Expand Down
239 changes: 0 additions & 239 deletions src/fetchcode/commoncode_datautils.py

This file was deleted.

16 changes: 8 additions & 8 deletions src/fetchcode/packagedcode_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
from packageurl import normalize_qualifiers
from packageurl import PackageURL

from fetchcode.commoncode_datautils import choices
from fetchcode.commoncode_datautils import Boolean
from fetchcode.commoncode_datautils import Date
from fetchcode.commoncode_datautils import Integer
from fetchcode.commoncode_datautils import List
from fetchcode.commoncode_datautils import Mapping
from fetchcode.commoncode_datautils import String
from fetchcode.commoncode_datautils import TriBoolean
from commoncode.datautils import choices
from commoncode.datautils import Boolean
from commoncode.datautils import Date
from commoncode.datautils import Integer
from commoncode.datautils import List
from commoncode.datautils import Mapping
from commoncode.datautils import String
from commoncode.datautils import TriBoolean


"""
Expand Down

0 comments on commit 40548a4

Please sign in to comment.