Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
axel3rd committed Dec 22, 2021
1 parent 7696c80 commit 99d3695
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/.project
/.settings/
/.pytest_cache/
/.pydevproject
/.settings/
/**/__pycache__
Empty file removed __init__.py
Empty file.
6 changes: 0 additions & 6 deletions tests/test_log4j_scan.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import os
import re
import sys
import runpy
import pytest
import requests
import importlib
import importlib
log4j_scan = importlib.import_module("log4j-scan", package='..')

Expand Down

0 comments on commit 99d3695

Please sign in to comment.