Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
higherorderfunctor committed Dec 6, 2019
1 parent 05753f6 commit 553995a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/snmp/api/test_dispatch.py
Expand Up @@ -10,8 +10,8 @@

from snmp_fetch.snmp.api import Config, Host, NullVarBind, PduType, SnmpErrorType, dispatch
from tests.snmp.strategies import (
TIMEOUT_HOSTNAMES, VALID_COMMUNITIES, VALID_HOSTNAMES, communities, configs, hosts,
null_var_binds, oids, pdu_types
TIMEOUT_HOSTNAMES, VALID_COMMUNITIES, VALID_HOSTNAMES, communities, hosts, null_var_binds, oids,
pdu_types
)


Expand Down

0 comments on commit 553995a

Please sign in to comment.