fix circular import?
This commit is contained in:
@@ -6,7 +6,7 @@ from apiclient import (
|
|||||||
JsonResponseHandler,
|
JsonResponseHandler,
|
||||||
JsonRequestFormatter,
|
JsonRequestFormatter,
|
||||||
)
|
)
|
||||||
from pyteamsnap.models.base import BaseTeamsnapObject
|
# import pyteamsnap.models.base
|
||||||
import datetime
|
import datetime
|
||||||
from pyteamsnap.formatters import CollectionJsonResponseHandler, CollectionJsonRequestFormatter
|
from pyteamsnap.formatters import CollectionJsonResponseHandler, CollectionJsonRequestFormatter
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ class TeamSnap(APIClient):
|
|||||||
return d.get(link_name)
|
return d.get(link_name)
|
||||||
|
|
||||||
def bulk_load(
|
def bulk_load(
|
||||||
self, team_id, types: T.List[BaseTeamsnapObject], **kwargs
|
self, team_id, types: T.List[T.Any], **kwargs # TODO fix typing
|
||||||
) -> T.List[TTeamSnap]:
|
) -> T.List[TTeamSnap]:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user