Skip to content
Snippets Groups Projects
Commit b850edca authored by q3k's avatar q3k
Browse files

py: reformat

parent d2a1f953
No related branches found
No related tags found
No related merge requests found
...@@ -381,6 +381,7 @@ class Bud: ...@@ -381,6 +381,7 @@ class Bud:
class ChannelOverview: class ChannelOverview:
def __init__(self, nonempty=False): def __init__(self, nonempty=False):
self._nonempty = nonempty self._nonempty = nonempty
def __repr__(self): def __repr__(self):
nonempty = self._nonempty nonempty = self._nonempty
ret = ( ret = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment