Typo in base driver file

This commit is contained in:
nolash 2021-08-27 14:21:35 +02:00
parent 4c4070b8dc
commit 6f699dcf86
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

View File

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