Skip to content

Commit

Permalink
refactor: remove Union import for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
strixy16 committed Oct 23, 2024
1 parent d19c2bd commit e000fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imgtools/utils/dicomutils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pydicom
from typing import Dict, TypeVar, Union
from typing import Dict, TypeVar
import copy

T = TypeVar('T')
Expand Down

0 comments on commit e000fb7

Please sign in to comment.