File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14-
15- from typing import List
16-
1714try :
1815 import pkg_resources
1916
2017 pkg_resources .declare_namespace (__name__ )
2118except ImportError :
2219 import pkgutil
2320
24- __path__ : List [ str ] = pkgutil .extend_path (__path__ , __name__ )
21+ __path__ = pkgutil .extend_path (__path__ , __name__ )
Original file line number Diff line number Diff line change 1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14- from typing import List
15-
1614try :
1715 import pkg_resources
1816
1917 pkg_resources .declare_namespace (__name__ )
2018except ImportError :
2119 import pkgutil
2220
23- __path__ : List [ str ] = pkgutil .extend_path (__path__ , __name__ )
21+ __path__ = pkgutil .extend_path (__path__ , __name__ )
Original file line number Diff line number Diff line change 1313See the License for the specific language governing permissions and
1414limitations under the License.
1515"""
16-
17- from typing import List
18-
1916from .connector import connect , Connector
2017from .instance import IPTypes
2118
2926except ImportError :
3027 import pkgutil
3128
32- __path__ : List [ str ] = pkgutil .extend_path (__path__ , __name__ )
29+ __path__ = pkgutil .extend_path (__path__ , __name__ )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ sqlalchemy-pytds==0.3.4
77flake8==4.0.1
88flake8-annotations==2.7.0
99black==22.3.0
10- mypy==0.910
10+ mypy==0.942
1111sqlalchemy-stubs==0.4
1212types-pkg-resources==0.1.3
1313types-PyMySQL==1.0.15
You can’t perform that action at this time.
0 commit comments