napalm-automation / napalm-ios

Apache License 2.0
31 stars 40 forks source link

Fixing lint issue with socket import #167

Closed ktbyers closed 7 years ago

ktbyers commented 7 years ago

There were two:

import socket

statements. This is causing pylama to fail.

ktbyers commented 7 years ago

@mirceaulinic Need this change for release to fix pylama failure.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling ab8c9f931c022f8a73e246debfe3c79d349b51a4 on socket_lint into on develop.

ktbyers commented 7 years ago

I am fixing the test failures...

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling a92f3ae9bc994489be7d32257d1e9655a33a6f4f on socket_lint into on develop.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling a92f3ae9bc994489be7d32257d1e9655a33a6f4f on socket_lint into on develop.

mirceaulinic commented 7 years ago

Very interesting and bizarre how the tests have passed previously.... Thanks @ktbyers