Typo in base driver file

This commit is contained in:
nolash
2021-08-27 14:21:35 +02:00
parent 4c4070b8dc
commit 6f699dcf86

View File

@@ -115,7 +115,7 @@ class Syncer:
raise NotImplementedError()
def get(self, conn)
def get(self, conn):
raise NotImplementedError()