Skip to content

Commit

Permalink
Fix mypy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Jan 9, 2024
1 parent c618735 commit 5df3ce9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: ruff -q examples/ src/ tests/

- name: Check Mypy
run: mypy --strict src/
run: mypy src/

rust-test:
runs-on: ubuntu-20.04
Expand Down
2 changes: 0 additions & 2 deletions src/gufo/snmp/_fast.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class SnmpV1ClientSocket(object):
self: "SnmpV1ClientSocket",
addr: str,
community: str,
version: int,
tos: int,
send_buffer_size: int,
recv_buffer_size: int,
Expand Down Expand Up @@ -59,7 +58,6 @@ class SnmpV2cClientSocket(object):
self: "SnmpV2cClientSocket",
addr: str,
community: str,
version: int,
tos: int,
send_buffer_size: int,
recv_buffer_size: int,
Expand Down

0 comments on commit 5df3ce9

Please sign in to comment.