Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jan 22, 2024
1 parent e43c16b commit a65ee4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions dcicutils/portal_object_utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from functools import lru_cache
import re
from typing import Any, Callable, List, Optional, Tuple, Type, Union
from typing import List, Optional, Tuple, Type, Union
from dcicutils.portal_utils import Portal
from dcicutils.schema_utils import Schema

PortalObject = Type["PortalObject"] # Forward type reference for type hints.

Expand Down
4 changes: 1 addition & 3 deletions dcicutils/schema_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import os
from typing import Any, Dict, List, Optional, Tuple
from dcicutils.misc_utils import to_camel_case
from typing import Any, Dict, List


class JsonSchemaConstants:
Expand Down

0 comments on commit a65ee4a

Please sign in to comment.