Skip to content

Commit a65cbe4

Browse files
committed
Run isort on qc.py
1 parent f997fd6 commit a65cbe4

File tree

1 file changed

+3
-3
lines changed
  • element_array_ephys/plotting

1 file changed

+3
-3
lines changed

element_array_ephys/plotting/qc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import logging
2+
import types
3+
14
import numpy as np
25
import pandas as pd
3-
import datajoint as dj
4-
import logging
56
import plotly.graph_objs as go
6-
import types
77
from scipy.ndimage import gaussian_filter1d
88

99
from .. import ephys_report

0 commit comments

Comments
 (0)