Skip to content

Commit

Permalink
Run isort against the tests/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Jul 13, 2020
1 parent 4d213d5 commit 2d88250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def test_slow_division():
This test will only be run if --runslow is passed to pytest.
Look in conftest.py to see how this is implemented.
"""
# Standard Python Libraries
import time

result = example.example_div(256, 16)
Expand Down

0 comments on commit 2d88250

Please sign in to comment.