Skip to content

Commit

Permalink
STY: Sort import order
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Jul 11, 2021
1 parent d5d5b67 commit ace5404
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions fissa/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@
import sys
import warnings

import tqdm
from joblib import Parallel, delayed
from past.builtins import basestring

try:
from collections import abc
except ImportError:
import collections as abc

import numpy as np
import tqdm
from joblib import Parallel, delayed
from past.builtins import basestring
from scipy.io import savemat

from . import deltaf, extraction
Expand Down

0 comments on commit ace5404

Please sign in to comment.