Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit e5f66a8

Browse files
committed
Fix one more codacy issue
1 parent 1966189 commit e5f66a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SQLTools.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,8 @@ def cb(index):
425425

426426

427427
class StDescFunction(WindowCommand):
428-
def run(self):
428+
@staticmethod
429+
def run():
429430
currentSyntax = getCurrentSyntax()
430431

431432
if not ST.conn:

0 commit comments

Comments
 (0)