Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe committed Dec 17, 2024
1 parent 5cc64c2 commit 6268c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bos/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from functools import partial
import re
import traceback
from typing import List
from typing import List, Unpack

# Third party imports
from dateutil.parser import parse
Expand Down

0 comments on commit 6268c27

Please sign in to comment.