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 bd59d72 commit bd25a99Copy full SHA for bd25a99
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