Skip to content

Commit

Permalink
update type hinting to follow python 3.11 syntax by using | instead…
Browse files Browse the repository at this point in the history
… of `typing.Union` and referring to standard collections directly rather than `typing.Collection`
  • Loading branch information
aaprasad committed Jul 23, 2024
1 parent 2b70f92 commit e5fe078
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dreem/io/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from copy import deepcopy
from tqdm import tqdm
from omegaconf import DictConfig
from typing import Union

import seaborn as sns
import imageio
Expand Down

0 comments on commit e5fe078

Please sign in to comment.