Rearrange #52
Annotations
10 errors
Build:
optimus/dns/parser/parse.py#L222
Argument 1 to "append" of "list" has incompatible type "Union[Record, OptPseudoRR]"; expected "Record" [arg-type]
|
Build:
optimus/dns/parser/parse.py#L228
Argument 1 to "append" of "list" has incompatible type "Union[Record, OptPseudoRR]"; expected "Union[A, AAAA, NS]" [arg-type]
|
Build:
optimus/dns/parser/parse.py#L234
Argument 1 to "append" of "list" has incompatible type "Union[Record, OptPseudoRR]"; expected "Record" [arg-type]
|
Build:
optimus/dns/parser/parse.py#L235
Incompatible return value type (got "list[Record]", expected "list[NS]") [return-value]
|
Build:
optimus/dns/resolver.py#L61
Item "NS" of "Union[A, AAAA, NS]" has no attribute "address" [union-attr]
|
Build:
optimus/dns/resolver.py#L66
Name "__resolve" is not defined [name-defined]
|
Build:
optimus/dns/resolver.py#L82
"Record" has no attribute "address" [attr-defined]
|
Build:
optimus/optimus_server/router.py#L8
Name "DNSPacket" is not defined [name-defined]
|
Build:
optimus/optimus_server/router.py#L11
Name "DNSPacket" is not defined [name-defined]
|
Build
Process completed with exit code 1.
|