We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b821e7 commit f9cad33Copy full SHA for f9cad33
gossipsub-interop/script_instruction.py
@@ -2,8 +2,6 @@
2
3
from typing import List, Literal, TypeAlias, Union
4
from pydantic import BaseModel
5
-from dataclasses import Field
6
-from dataclasses import field
7
8
NodeID: TypeAlias = int
9
0 commit comments