mirror of https://github.com/kivy/kivy.git
PEP8 fix
This commit is contained in:
parent
fa045f5aee
commit
8e412b87a2
|
@ -71,6 +71,7 @@ BoxLayout:
|
|||
text: json.dumps(app.headers, indent=2)
|
||||
'''
|
||||
|
||||
|
||||
class UrlExample(App):
|
||||
status = NumericProperty()
|
||||
result_text = StringProperty()
|
||||
|
|
Loading…
Reference in New Issue