Commit 9ba6eee3 authored by James Kirk's avatar James Kirk
Browse files

refactor: linting

parent 7d999d4a
Pipeline #113058 canceled with stages
in 10 seconds
#!/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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment