From 5deccf60988b988b38bfca6627bf3614b88306a1 Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Wed, 8 Jan 2025 15:33:03 +0100 Subject: [PATCH] try to fix linter CI --- noxfile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/noxfile.py b/noxfile.py index 85d6c25..a88045a 100644 --- a/noxfile.py +++ b/noxfile.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from typing import Sequence import nox -- GitLab