From 6f699dcf8690d1df626ccc84bf0da6d07c612fd9 Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 27 Aug 2021 14:21:35 +0200 Subject: [PATCH] Typo in base driver file --- chainsyncer/driver/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chainsyncer/driver/base.py b/chainsyncer/driver/base.py index 2826c64..392e0d7 100644 --- a/chainsyncer/driver/base.py +++ b/chainsyncer/driver/base.py @@ -115,7 +115,7 @@ class Syncer: raise NotImplementedError() - def get(self, conn) + def get(self, conn): raise NotImplementedError()