Nordeus / ansible_iptables_raw

iptables module for Ansible which keeps state
MIT License
126 stars 42 forks source link

flake8 linting errors #34

Closed bbaassssiiee closed 1 year ago

bbaassssiiee commented 3 years ago

flake8 complains:

library/iptables_raw.py:206:1: E402 module level import not at top of file
library/iptables_raw.py:207:1: E402 module level import not at top of file
library/iptables_raw.py:209:1: E402 module level import not at top of file
library/iptables_raw.py:210:1: E402 module level import not at top of file
library/iptables_raw.py:211:1: E402 module level import not at top of file
library/iptables_raw.py:212:1: E402 module level import not at top of file
library/iptables_raw.py:213:1: E402 module level import not at top of file
library/iptables_raw.py:214:1: E402 module level import not at top of file
library/iptables_raw.py:424:13: E722 do not use bare except'
library/iptables_raw.py:428:9: E722 do not use bare except'
library/iptables_raw.py:554:9: E722 do not use bare except'