Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Bring Your Own Resources #205

Merged
merged 23 commits into from Jun 30, 2017
Jump to file or symbol
Failed to load files and symbols.
+0 −1
Split
Viewing a subset of changes. View all

minor code fix

commit 46068994573e4ab3ed59c8951262f19759f15fbf @StrausMG StrausMG committed Jun 19, 2017
View
@@ -44,7 +44,6 @@ def __init__(self, **kwargs):
self._image_handler = ImageHandler()
self._cur_waiter = None
self._is_empty = False
- # User may have custom client (e.g. when BYOR is used)
self._byor_client = None
ContainerHandler.__init__(self, **kwargs)
EmailNotificator.__init__(self)