Private
Public Access
1
0

more refactorgoodies

This commit is contained in:
2023-07-18 22:24:10 +02:00
parent 250263b74c
commit 8f060ed5bb
4 changed files with 26 additions and 17 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, create_or_update_syncrecord
from rowers.utils import NoTokenError,dologging
import requests