Skip to content

Commit

Permalink
chore: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 3, 2023
1 parent a4badec commit 9b1b046
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/test_aggregations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import unittest
import warnings
from decimal import Decimal
import unittest

import agate

from agatestats.aggregations import PearsonCorrelation
Expand Down
3 changes: 2 additions & 1 deletion tests/test_computations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from decimal import Decimal
import unittest
from decimal import Decimal

import agate

from agatestats.computations import ZScores
Expand Down
1 change: 1 addition & 0 deletions tests/test_table.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import unittest

import agate

import agatestats # noqa: F401
Expand Down
1 change: 1 addition & 0 deletions tests/test_tableset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import unittest

import agate

import agatestats # noqa: F401
Expand Down

0 comments on commit 9b1b046

Please sign in to comment.