refactor, stage 1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from abc import ABCMeta, ABC, abstractmethod
|
||||
from importlib import import_module
|
||||
from rowers.models import Rower, User
|
||||
from rowers.models import Rower, User, SyncRecord
|
||||
from rowers.utils import NoTokenError,dologging
|
||||
|
||||
import requests
|
||||
@@ -266,4 +266,5 @@ class SyncIntegration(metaclass=ABCMeta):
|
||||
|
||||
return access_token
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user