Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
samuele-mattiuzzo committed Nov 28, 2019
1 parent f757844 commit 20debd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion statsrunner/test_gitaggregate.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import os
import shutil
import sys, os
import sys
from mock import patch


sys.path.append(os.path.dirname(os.path.abspath(__file__)))


def test_gitaggregate(tmpdir):
gitout = tmpdir.join('gitout')
sys.argv = ['', '--dated']
Expand Down

0 comments on commit 20debd5

Please sign in to comment.