mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Applied Black
This commit is contained in:
parent
c3210f2ffb
commit
317071a552
1 changed files with 1 additions and 1 deletions
|
|
@ -24,4 +24,4 @@ def test_commands_are_documented(documented_commands, command):
|
|||
|
||||
@pytest.mark.parametrize("command", cli.cli.commands.values())
|
||||
def test_commands_have_docstrings(command):
|
||||
assert command.__doc__, '{} is missing a docstring'.format(command)
|
||||
assert command.__doc__, "{} is missing a docstring".format(command)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue