Skip to content

Commit

Permalink
Edit with Black utility.
Browse files Browse the repository at this point in the history
  • Loading branch information
HeaTTheatR committed Jan 18, 2024
1 parent c9cd29c commit 08ebd89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/hero.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from kivymd.app import MDApp

KV = '''
KV = """
MDScreenManager:
MDScreen:
Expand Down Expand Up @@ -53,7 +53,7 @@
MDButtonText:
text: "Move Hero To Screen A"
'''
"""


class Example(MDApp):
Expand Down
3 changes: 0 additions & 3 deletions kivymd/icon_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7634,12 +7634,10 @@ def on_start(self):
"""
)


class IconItem(MDListItem):
icon = StringProperty()
text = StringProperty()


class PreviousMDIcons(MDScreen):
def set_list_md_icons(self, text="", search=False):
"""Builds a list of icons for the screen MDIcons."""
Expand All @@ -7662,7 +7660,6 @@ def add_icon_item(name_icon):
else:
add_icon_item(name_icon)


class MainApp(MDApp):
def __init__(self, **kwargs):
super().__init__(**kwargs)
Expand Down
1 change: 1 addition & 0 deletions kivymd/theming.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
has the :attr:`~kivymd.app.MDApp.theme_cls` attribute, with which you control
the material properties of your application.
"""

import os.path
from timeit import default_timer

Expand Down

0 comments on commit 08ebd89

Please sign in to comment.