Skip to content

Commit

Permalink
Flake8 improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
hilaryh committed Dec 11, 2024
1 parent bc4c941 commit 8b0b1b4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pcpostprocess/subtraction_plots.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import numpy as np
from matplotlib.gridspec import GridSpec
import pandas as pd
from .leak_correct import fit_linear_leak
import os
import string

import matplotlib.pyplot as plt
from syncropatch_export.trace import Trace
import numpy as np
import pandas as pd
from matplotlib.gridspec import GridSpec
from scipy.stats import pearsonr
from syncropatch_export.trace import Trace

from .leak_correct import fit_linear_leak


def setup_subtraction_grid(fig, nsweeps):
Expand Down

0 comments on commit 8b0b1b4

Please sign in to comment.