Private
Public Access
1
0

refactor, stage 1

This commit is contained in:
2023-07-18 17:38:34 +02:00
parent 1e267b0c69
commit d8accd0be8
6 changed files with 43 additions and 29 deletions

View File

@@ -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