Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 16, 2024
1 parent c3b6e4d commit 0f34bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diracx-core/tests/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import random
import secrets

import pytest
import httpx
import pytest
from aiobotocore.session import get_session

from diracx.core.s3 import (
Expand Down
2 changes: 1 addition & 1 deletion diracx-routers/tests/jobs/test_sandboxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from copy import deepcopy
from io import BytesIO

import pytest
import httpx
import pytest
from fastapi.testclient import TestClient

from diracx.routers.auth.token import create_token
Expand Down

0 comments on commit 0f34bc0

Please sign in to comment.