Skip to content

Commit

Permalink
Remove unused typing.Union import
Browse files Browse the repository at this point in the history
  • Loading branch information
d3dave committed May 6, 2024
1 parent 0f5b17b commit 34ac0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissect/cstruct/expression.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

import string
from typing import TYPE_CHECKING, Callable, Optional, Union
from typing import TYPE_CHECKING, Callable, Optional

from dissect.cstruct.exceptions import ExpressionParserError, ExpressionTokenizerError

Expand Down

0 comments on commit 34ac0db

Please sign in to comment.