Commit 9f0dde6
committed
fix(lint): remove re-imports in siem_export_url_allowlist validator
Remove local re-imports of 're' and 'urlparse' that shadow the
module-level imports (lines 56 and 59), fixing pylint W0404 and
W0621 warnings.
Signed-off-by: Jonathan Springer <jps@s390x.com>1 parent 7dc00cc commit 9f0dde6
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1749 | 1749 | | |
1750 | 1750 | | |
1751 | 1751 | | |
1752 | | - | |
1753 | | - | |
1754 | 1752 | | |
1755 | 1753 | | |
1756 | 1754 | | |
1757 | 1755 | | |
1758 | 1756 | | |
1759 | 1757 | | |
1760 | | - | |
| 1758 | + | |
1761 | 1759 | | |
1762 | 1760 | | |
1763 | 1761 | | |
1764 | 1762 | | |
1765 | | - | |
1766 | | - | |
1767 | 1763 | | |
1768 | 1764 | | |
1769 | 1765 | | |
| |||
0 commit comments