Skip to content

Commit

Permalink
Refactored PortalBase from structured_data into portal_utils.Portal
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Dec 10, 2023
1 parent 030450e commit 9ce5ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcicutils/structured_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from dcicutils.common import OrchestratedApp
from dcicutils.data_readers import CsvReader, Excel, RowReader
from dcicutils.misc_utils import (create_object, load_json_if, merge_objects, remove_empty_properties, right_trim,
split_string, to_boolean, to_camel_case, to_enum, to_float, to_integer, VirtualApp)
split_string, to_boolean, to_enum, to_float, to_integer, VirtualApp)
from dcicutils.portal_utils import Portal as PortalBase
from dcicutils.zip_utils import unpack_gz_file_to_temporary_file, unpack_files

Expand Down

0 comments on commit 9ce5ba4

Please sign in to comment.