File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8888for __name in __all__ :
8989 if not __name .startswith ("__" ):
9090 try :
91- __locals [__name ].__module__ = "onebusaway"
91+ __locals [__name ].__module__ = "onebusaway"
9292 except (TypeError , AttributeError ):
9393 # Some of our exported symbols are builtins which we can't set attributes for.
9494 pass
Original file line number Diff line number Diff line change 2828from onebusaway ._constants import RAW_RESPONSE_HEADER
2929from onebusaway ._exceptions import APIStatusError , APITimeoutError , APIResponseValidationError
3030from onebusaway ._base_client import (
31- DEFAULT_TIMEOUT ,
32- HTTPX_DEFAULT_TIMEOUT ,
33- BaseClient ,
34- make_request_options ,
31+ DEFAULT_TIMEOUT ,
32+ HTTPX_DEFAULT_TIMEOUT ,
33+ BaseClient ,
34+ make_request_options ,
3535)
3636
3737from .utils import update_env
You can’t perform that action at this time.
0 commit comments