Private
Public Access
1
0

Revert "refactor, stage 2"

This reverts commit 87a560023e.
This commit is contained in:
2023-07-18 17:41:07 +02:00
parent 87a560023e
commit 60e2947828

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