Skip to content

Commit ff7a62d

Browse files
committed
Remove ActionBase.__init__ since it does nothing
1 parent bb6540a commit ff7a62d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Form/actionbase.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@
4545

4646
_ = _trans.gettext
4747

48-
class ActionBase():
49-
"""
50-
A class to read form definitions from an XML file.
51-
"""
52-
def __init__(self):
53-
pass
54-
48+
class ActionBase:
5549
@staticmethod
5650
def add_event_to_person(dbstate, uistate, track, person_handle, event_type, event_date_object, event_description, citation_handle, event_role_type):
5751
db = dbstate.db

0 commit comments

Comments
 (0)