We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40965d commit 5108696Copy full SHA for 5108696
2 files changed
src/hermes/model/types/ld_container.py
@@ -5,6 +5,8 @@
5
# SPDX-FileContributor: Michael Meinel
6
# SPDX-FileContributor: Michael Fritzsche
7
8
+# flake8: noqa: C901
9
+
10
from __future__ import annotations
11
12
from datetime import date, datetime, time
src/hermes/model/types/ld_list.py
from collections import deque
0 commit comments