PEP8
This commit is contained in:
parent
7025f028c9
commit
17fc302be4
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
import click
|
import click
|
||||||
from project.utils import config, constants
|
from project.utils import config
|
||||||
|
|
||||||
|
|
||||||
@click.command('sync')
|
@click.command('sync')
|
||||||
def cli():
|
def cli():
|
||||||
if not config.has_basics():
|
if not config.has_basics():
|
||||||
print("You do not have all the basic requirements set.")
|
print("You do not have all the basic requirements set.")
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
Reference in a new issue