Skip to content

Commit

Permalink
bugfix: import List
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanharvey1 committed Oct 18, 2024
1 parent 9040743 commit b702475
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions neuro_py/plotting/events.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
from ast import List
import warnings
from typing import Optional, Union
from typing import List, Optional, Union

import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
import seaborn as sns
from nelpy.core import EpochArray

from neuro_py.stats.stats import confidence_intervals
from nelpy.core import EpochArray


def plot_events(
Expand Down

0 comments on commit b702475

Please sign in to comment.