Skip to content

Commit

Permalink
Removed unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Apr 11, 2022
1 parent 951f261 commit 8054b42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysigma-pipeline-sysmon"
version = "0.1.4"
version = "0.1.5"
description = "pySigma Sysmon processing pipelines"
authors = ["Thomas Patzke <[email protected]>"]
license = "LGPL-2.1-only"
Expand Down
1 change: 0 additions & 1 deletion sigma/pipelines/sysmon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import imp
from .sysmon import sysmon_pipeline

0 comments on commit 8054b42

Please sign in to comment.