Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Jan 30, 2024
1 parent f73ea58 commit a727532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol/itde_manager.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Tuple, Optional

import docker # type: ignore
from docker.models.networks import Network
from docker.models.networks import Network # type: ignore
from exasol_integration_test_docker_environment.lib import api # type: ignore
from exasol_integration_test_docker_environment.lib.data.container_info import ContainerInfo # type: ignore
from exasol_integration_test_docker_environment.lib.docker import ( # type: ignore
Expand Down

0 comments on commit a727532

Please sign in to comment.