fix circular import?
This commit is contained in:
@@ -6,7 +6,7 @@ from apiclient import (
|
||||
JsonResponseHandler,
|
||||
JsonRequestFormatter,
|
||||
)
|
||||
from pyteamsnap.models.base import BaseTeamsnapObject
|
||||
# import pyteamsnap.models.base
|
||||
import datetime
|
||||
from pyteamsnap.formatters import CollectionJsonResponseHandler, CollectionJsonRequestFormatter
|
||||
|
||||
@@ -40,7 +40,7 @@ class TeamSnap(APIClient):
|
||||
return d.get(link_name)
|
||||
|
||||
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]:
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user