Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
communications-backbone
Commits
9ba6eee3
Commit
9ba6eee3
authored
2 years ago
by
James Kirk
Browse files
Options
Download
Email Patches
Plain Diff
refactor: linting
parent
7d999d4a
Pipeline
#113058
canceled with stages
in 10 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
setup.py
setup.py
+1
-4
No files found.
setup.py
View file @
9ba6eee3
#!/usr/bin/env python
from
setuptools
import
setup
,
find_packages
requirements
=
[
x
.
strip
()
for
x
in
open
(
'requirements.txt'
,
'r'
)
if
x
.
strip
()
!=
''
]
requirements
=
[
x
.
strip
()
for
x
in
open
(
"requirements.txt"
,
"r"
)
if
x
.
strip
()
!=
""
]
setup
(
name
=
"communications-backbone"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment