File tree Expand file tree Collapse file tree
packages/google-api-core/google/api_core/gapic_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- import sys
16- import typing
17-
1815__lazy_modules__ = {
1916 f"{ __name__ } .client_info" ,
2017 f"{ __name__ } .config" ,
2421 f"{ __name__ } .routing_header" ,
2522}
2623
27- if typing .TYPE_CHECKING or sys .version_info < (3 , 15 ):
28- from google .api_core .gapic_v1 import client_info
29- from google .api_core .gapic_v1 import config
30- from google .api_core .gapic_v1 import config_async
31- from google .api_core .gapic_v1 import method
32- from google .api_core .gapic_v1 import method_async
33- from google .api_core .gapic_v1 import routing_header
24+ from google .api_core .gapic_v1 import client_info
25+ from google .api_core .gapic_v1 import config
26+ from google .api_core .gapic_v1 import config_async
27+ from google .api_core .gapic_v1 import method
28+ from google .api_core .gapic_v1 import method_async
29+ from google .api_core .gapic_v1 import routing_header
3430
3531__all__ = [
3632 "client_info" ,
You can’t perform that action at this time.
0 commit comments