Skip to content

Commit

Permalink
Fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
dimrozakis authored and ionelmc committed Mar 11, 2021
1 parent cc97058 commit 3c3f1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pytest_benchmark/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
from .utils import get_machine_id
from .utils import load_storage
from .utils import load_timer
from .utils import report_noprogress
from .utils import report_progress
from .utils import safe_dumps
from .utils import short_filename
from .utils import report_progress
from .utils import report_noprogress


class PerformanceRegression(pytest.UsageError):
Expand Down

0 comments on commit 3c3f1cc

Please sign in to comment.