Skip to content

Commit

Permalink
format, lint
Browse files Browse the repository at this point in the history
  • Loading branch information
crnh committed Mar 7, 2024
1 parent 06dfb8a commit e195a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/analyses/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import pandas as pd
import pytest

import zospy.api.constants as constants
from zospy.analyses.base import (
AnalysisMessage,
AnalysisMetadata,
Expand All @@ -14,7 +15,6 @@
_AnalysisResultJSONEncoder,
new_analysis,
)
import zospy.api.constants as constants


def test_oncomplete():
Expand Down

0 comments on commit e195a9e

Please sign in to comment.