Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.core
Commits
dd240658
Commit
dd240658
authored
6 years ago
by
Samuel GAIST
Browse files
Options
Downloads
Patches
Plain Diff
[init] Cleanup init files
parent
1bf642c8
No related branches found
No related tags found
1 merge request
!62
Code cleanup
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
beat/core/execution/__init__.py
+2
-1
2 additions, 1 deletion
beat/core/execution/__init__.py
beat/core/prototypes/__init__.py
+0
-2
0 additions, 2 deletions
beat/core/prototypes/__init__.py
with
2 additions
and
3 deletions
beat/core/execution/__init__.py
+
2
−
1
View file @
dd240658
...
@@ -33,7 +33,8 @@
...
@@ -33,7 +33,8 @@
# #
# #
###################################################################################
###################################################################################
# flake8: noqa
from
.docker
import
DockerExecutor
from
.docker
import
DockerExecutor
from
.local
import
LocalExecutor
from
.local
import
LocalExecutor
from
.subprocess
import
SubprocessExecutor
from
.subprocess
import
SubprocessExecutor
# nosec
This diff is collapsed.
Click to expand it.
beat/core/prototypes/__init__.py
+
0
−
2
View file @
dd240658
...
@@ -37,8 +37,6 @@
...
@@ -37,8 +37,6 @@
import
pkg_resources
import
pkg_resources
import
simplejson
from
..
import
schema
from
..
import
schema
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment