Skip to content

Commit

Permalink
#99 Fixed typing issue picked by mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed May 2, 2024
1 parent 8f1e020 commit 331cfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exasol/nb_connector/extension_wrapper_common.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
from typing import Optional

from exasol.nb_connector.connections import open_pyexasol_connection
Expand Down

0 comments on commit 331cfaa

Please sign in to comment.