Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vferat committed Sep 11, 2024
1 parent dec4aac commit 60b2c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycrostates/preprocessing/extract_gfp_peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from __future__ import annotations # c.f. PEP 563, PEP 649

from typing import TYPE_CHECKING, Optional, Union
from typing import TYPE_CHECKING

import numpy as np
from mne import BaseEpochs, pick_info
Expand Down

0 comments on commit 60b2c08

Please sign in to comment.