summaryrefslogtreecommitdiff
path: root/poezio/windows/data_forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/windows/data_forms.py')
-rw-r--r--poezio/windows/data_forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/poezio/windows/data_forms.py b/poezio/windows/data_forms.py
index c600273e..d5ee29c5 100644
--- a/poezio/windows/data_forms.py
+++ b/poezio/windows/data_forms.py
@@ -13,7 +13,7 @@ from poezio.windows.inputs import Input
from poezio.theming import to_curses_attr, get_theme
-class FieldInput(object):
+class FieldInput:
"""
All input types in a data form should inherit this class,
in addition with windows.Input or any relevant class from the
@@ -345,7 +345,7 @@ class TextPrivateWin(TextSingleWin):
return 'Edit the secret text'
-class FormWin(object):
+class FormWin:
"""
A window, with some subwins (the various inputs).
On init, create all the subwins.