Skip to content

Commit becba87

Browse files
author
Sam Goodwin
committed
chore: fix linter rules
1 parent 25d29e6 commit becba87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandera/typing/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pylint:disable=abstract-method,too-many-ancestors,invalid-name
33

44
import inspect
5-
from typing import TYPE_CHECKING, Any, Generic, Optional, Type, TypeVar, Union, List, Dict, Tuple, NamedTuple, TypedDict
5+
from typing import TYPE_CHECKING, Any, Generic, Optional, Type, TypeVar, Union, List, Dict, Tuple, NamedTuple
66

77
import pandas as pd
88
import typing_inspect

0 commit comments

Comments
 (0)