Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningorb committed Jun 22, 2023
1 parent 45ce1df commit 4a75810
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions orb/attribute_editor/attribute_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class DrawerList(MDList):


class AttributeEditor(BoxLayout):

alias = StringProperty("")
identity_pubkey = StringProperty("")

Expand Down Expand Up @@ -396,12 +395,5 @@ def populate_fees(self):
)


class ItemDrawer(OneLineIconListItem):
icon = StringProperty()
"Attributes:", size_hint_y=None, height=dp(60)
)
)


class ItemDrawer(OneLineIconListItem):
icon = StringProperty()

0 comments on commit 4a75810

Please sign in to comment.