Skip to content

Commit

Permalink
removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
osherdp committed Oct 16, 2018
1 parent 3aa50ef commit 02aaa92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rotest/management/base_resource.py
Expand Up @@ -112,7 +112,6 @@ class fields, where the 'data' attribute in the declaration points
sub_resources = []
for sub_name, sub_placeholder in get_class_fields(self.__class__,
BaseResource):

sub_class = sub_placeholder.__class__
actual_kwargs = sub_placeholder.kwargs.copy()
for key, value in sub_placeholder.kwargs.iteritems():
Expand Down

0 comments on commit 02aaa92

Please sign in to comment.