Skip to content

Commit 176f52f

Browse files
committed
fix isort
1 parent 4b5a6d3 commit 176f52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymare/results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
"""Tools for representing and manipulating meta-regression results."""
22

33
import itertools
4+
import math
45
from functools import lru_cache
56
from inspect import getfullargspec
67
from warnings import warn
7-
import math
88

99
import numpy as np
1010
import pandas as pd

0 commit comments

Comments
 (0)