Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
  • Loading branch information
okuchaiev committed Feb 20, 2020
1 parent 7d6c51c commit 07252b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nemo/core/neural_types/neural_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@ class NeuralType(object):
def __str__(self):

if self.axes is not None:
return (
f"axes: {self.axes}; "
f" elements_type: {self.elements_type.__class__.__name__}"
)
return f"axes: {self.axes}; " f" elements_type: {self.elements_type.__class__.__name__}"
else:
return f"axes: None; " f" elements_type: {self.elements_type.__class__.__name__}"

Expand Down

0 comments on commit 07252b5

Please sign in to comment.