Skip to content

Conversation

grizz
Copy link
Member

@grizz grizz commented Jul 26, 2023

No description provided.

Comment on lines +32 to +33
# if context.eval_ctx.autoescape:
# result = Markup(result)

Check notice

Code scanning / CodeQL

Commented-out code

This comment appears to contain commented-out code.
@@ -0,0 +1,48 @@

from netom.filters import address_to_mask, address_to_wildcard, line_to_mask, line_to_wildcard
import pytest

Check notice

Code scanning / CodeQL

Unused import

Import of 'pytest' is not used.
@@ -0,0 +1,112 @@
import ipaddress

Check notice

Code scanning / CodeQL

Module is imported with 'import' and 'import from'

Module 'ipaddress' is imported with both 'import' and 'import from'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants