refactor: move tconnect and nightscout API parsers into subpackage

This commit is contained in:
James Woglom
2021-03-18 01:53:03 -04:00
parent 2e0120fdfc
commit 1a9fb36b88
9 changed files with 68 additions and 53 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import unittest
from tconnectsync.sync.basal import process_ciq_basal_events
from tconnectsync.parser import TConnectEntry
from tconnectsync.parser.tconnect import TConnectEntry
class TestBasalSync(unittest.TestCase):
base = {