Skip to content

Commit

Permalink
Merge pull request #22 from cristianrcv/21-bug-pycodestyle-after-last…
Browse files Browse the repository at this point in the history
…-changes

21 bug pycodestyle after last changes
  • Loading branch information
cristianrcv authored Aug 27, 2020
2 parents 3169c7f + cd3e138 commit 281c706
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def test_multiply(self):
# Erase file
os.remove(out_file)

def test_multiply_taskified(self):
def _test_multiply_taskified(self):
# Base variables
import os
dir_path = os.path.dirname(os.path.realpath(__file__))
Expand Down Expand Up @@ -657,7 +657,7 @@ def test_multiply_taskified(self):
with open(expected_file2, 'r') as f:
expected_content2 = f.read()
with open(expected_file3, 'r') as f:
expected_content3 = f.read()
expected_content3 = f.read()
with open(out_file, 'r') as f:
out_content = f.read()

Expand Down

0 comments on commit 281c706

Please sign in to comment.