forked from mirrors/bookwyrm
Python formatting
This commit is contained in:
parent
a684d86d15
commit
0101d2561a
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ class EditionForm(CustomForm):
|
||||||
"ASIN": forms.TextInput(attrs={"aria-describedby": "desc_ASIN"}),
|
"ASIN": forms.TextInput(attrs={"aria-describedby": "desc_ASIN"}),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class EditionFromWorkForm(CustomForm):
|
class EditionFromWorkForm(CustomForm):
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
|
Loading…
Reference in a new issue