Skip to content

Commit

Permalink
Run make format
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Nov 12, 2024
1 parent afab372 commit b8a85c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
import pytest
import requests
from kinto_http import Client, exceptions
from kinto_wizard.__main__ import main
from ruamel.yaml import YAML

from kinto_wizard.__main__ import main


def load(server, auth, file, bucket=None, collection=None, extra=None):
cmd = "kinto-wizard {} --server={} --auth={}"
Expand Down

0 comments on commit b8a85c1

Please sign in to comment.