Skip to content

Next Release#18

Open
grizz wants to merge 12 commits intomainfrom
prep-release
Open

Next Release#18
grizz wants to merge 12 commits intomainfrom
prep-release

Conversation

@grizz
Copy link
Copy Markdown
Member

@grizz grizz commented Jul 26, 2023

No description provided.

Comment thread src/netom/filters.py
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.
Comment thread tests/test_filters.py
@@ -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.
Comment thread src/netom/filters.py
@@ -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.

3 participants