Skip to content

Commit

Permalink
Removed backend/pipeline directories
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Aug 30, 2023
1 parent bdc85e5 commit ffe00a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions sigma/backends/datadog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
from .datadog import DatadogBackend

backends = {
"datadog": DatadogBackend,
}
from .datadog import DatadogBackend
6 changes: 1 addition & 5 deletions sigma/pipelines/datadog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
from .datadog import datadog_pipeline

pipelines = {
"datadog": datadog,
}
from .datadog import datadog_pipeline

0 comments on commit ffe00a6

Please sign in to comment.