Skip to content
Snippets Groups Projects
Commit 8ad8565c authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts] Bump to Python >= 3.10

parent 42f89749
No related branches found
No related tags found
1 merge request!6Making use of LightningDataModule and simplification of data loading
Pipeline #76897 passed
......@@ -2,8 +2,6 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
from __future__ import annotations
import importlib.metadata
import inspect
import typing
......
......@@ -2,8 +2,6 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
from __future__ import annotations
import click
from clapper.click import AliasedGroup, verbosity_option
......
......@@ -2,8 +2,6 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
from __future__ import annotations
import os
import click
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment