Skip to content

Commit

Permalink
BI-5004: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thenno committed Oct 18, 2023
1 parent 16b23db commit 6e61a39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terrarium/bi_ci/bi_ci/execute_mypy_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
from pathlib import Path
import subprocess
import sys
from typing import Optional, Iterable
from typing import (
Iterable,
Optional,
)

import clize
import tomlkit
Expand Down

0 comments on commit 6e61a39

Please sign in to comment.