Skip to content

Commit de8502a

Browse files
authored
Repair import
1 parent 9a3c217 commit de8502a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clickhouse/testcontainers/clickhouse/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
1010
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1111
# License for the specific language governing permissions and limitations
12-
# under the License.import os
12+
# under the License.
13+
import os
1314

1415
import clickhouse_connect
1516
import clickhouse_driver

0 commit comments

Comments
 (0)