Skip to content

Commit

Permalink
lint wrong staticmethod
Browse files Browse the repository at this point in the history
  • Loading branch information
David Erb committed Jun 8, 2023
1 parent fa984b5 commit 384a4a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/soakdb3_api/xce_shim.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ def cursor(self):
return Cursor(self.__data_source_file)


@staticmethod
def connect(data_source_file):
return Connection(data_source_file)

0 comments on commit 384a4a1

Please sign in to comment.