From 5fa78ff29911ba057082f71c62f8bfed3b121465 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Tue, 8 Oct 2024 13:47:46 +0200 Subject: [PATCH] bump python --- eye2bids/_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eye2bids/_cli.py b/eye2bids/_cli.py index 6b156ba..e26b63b 100644 --- a/eye2bids/_cli.py +++ b/eye2bids/_cli.py @@ -1,8 +1,8 @@ from __future__ import annotations import sys +from collections.abc import Sequence from pathlib import Path -from typing import Sequence from eye2bids._parser import global_parser from eye2bids.edf2bids import edf2bids