Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
rtbo committed Jun 30, 2024
1 parent 8967cb4 commit 5b7da3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonbuild/dependencies/dub.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import re
import os
import json
import typing as T
import typing_extensions as T

if T.TYPE_CHECKING:
from ..environment import Environment
Expand Down

0 comments on commit 5b7da3e

Please sign in to comment.