~conjure/conjure/urwid-ubuntu

« back to all changes in this revision

Viewing changes to ubuntui/widgets/hr.py

  • Committer: GitHub
  • Author(s): Adam Stokes
  • Date: 2016-09-07 13:24:49 UTC
  • Revision ID: git-v1:fbe17bcf0b845ce9af6e442a77bd0eb208d69f34
autopep8, remove subheader (#2)

Signed-off-by: Adam Stokes <battlemidget@users.noreply.github.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    bottom: padding bottom
16
16
    """
17
17
    return Color.divider_line(
18
 
             Divider("\N{BOX DRAWINGS LIGHT HORIZONTAL}", top, bottom))
 
18
        Divider("\N{BOX DRAWINGS LIGHT HORIZONTAL}", top, bottom))