Private
Public Access
1
0

refactor, stage 2

This commit is contained in:
2023-07-18 17:39:41 +02:00
parent d8accd0be8
commit 87a560023e

View File

@@ -1,6 +1,6 @@
from abc import ABCMeta, ABC, abstractmethod
from importlib import import_module
from rowers.models import Rower, User, SyncRecord
from rowers.models import Rower, User
from rowers.utils import NoTokenError,dologging
import requests