Skip to content

Commit

Permalink
updating gdcdatamodel to gen3datamodel
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Nov 19, 2024
1 parent 00bc391 commit 5d03aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pelican/dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
def init_dictionary(url):
d = DataDictionary(url=url)
dictionary.init(d)
# the gdcdatamodel expects dictionary initiated on load, so this can't be
# the gen3datamodel expects dictionary initiated on load, so this can't be
# imported on module level
from gdcdatamodel import models as md
from gen3datamodel import models as md

return d, md

Expand Down

0 comments on commit 5d03aa4

Please sign in to comment.