Skip to content

Commit

Permalink
🔥 add Typing import to utils
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-schmitt committed May 24, 2024
1 parent aca9ab8 commit a855158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracex_project/tracex/logic/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import base64
import tempfile
import functools
from typing import List
import warnings

import regex as re
Expand Down

0 comments on commit a855158

Please sign in to comment.