Skip to content

Commit

Permalink
Fix (formatting): Runs black on widget
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodesouzadev committed Mar 2, 2022
1 parent d7842a3 commit 97a3fb6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/brazilian_zipcode/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@


class AutoBrazilianZipCodeInput(widgets.TextInput):

def render(self, name, value, **attrs):
attrs['meta_id'] = 'meta_zipcode_info'
attrs["meta_id"] = "meta_zipcode_info"
return super().render(name, value, attrs)


class Media:
js = ("getAddressInfo.js",)

0 comments on commit 97a3fb6

Please sign in to comment.