From 384a4a1677d5fe1bb4662e7cf184ac35a3a55bf1 Mon Sep 17 00:00:00 2001 From: David Erb Date: Thu, 8 Jun 2023 13:03:30 +0100 Subject: [PATCH] lint wrong staticmethod --- src/soakdb3_api/xce_shim.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soakdb3_api/xce_shim.py b/src/soakdb3_api/xce_shim.py index bfaf28a..66988d0 100644 --- a/src/soakdb3_api/xce_shim.py +++ b/src/soakdb3_api/xce_shim.py @@ -25,6 +25,5 @@ def cursor(self): return Cursor(self.__data_source_file) -@staticmethod def connect(data_source_file): return Connection(data_source_file)