Skip to content

Commit

Permalink
Whitespace lint fixes and unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Vital authored and Chris Livingston committed Jan 30, 2018
1 parent 7b8e8be commit 177c379
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from __future__ import (absolute_import, division, generators, nested_scopes, print_function,
unicode_literals, with_statement)

import sys

# hello_package is a python module within the superhello python_distribution
from hello_package import hello

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
# hello_package is a python module within the superhello python_distribution.
from hello_package import hello


# Example of writing a test that depends on a python_dist target.



def test_superhello():
assert hello.hello() == "Super hello"
assert hello.hello() == "Super hello"

0 comments on commit 177c379

Please sign in to comment.