Skip to content

Commit

Permalink
Fix linting (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinHolzingerQC-OLD authored Dec 4, 2023
1 parent b6e6f3f commit 1a42ed2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion quetz/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
from unittest import mock
from unittest.mock import MagicMock

import pytest
import sqlalchemy as sa
from alembic.script import ScriptDirectory
from pytest_mock.plugin import MockerFixture
from typer.testing import CliRunner

import pytest
from quetz import cli
from quetz.config import Config
from quetz.db_models import Base, Identity, User
Expand Down
1 change: 1 addition & 0 deletions quetz/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import tempfile

import pytest

from quetz.config import Config, ConfigEntry, ConfigSection, configure_logger
from quetz.dao import Dao
from quetz.errors import ConfigError
Expand Down
1 change: 1 addition & 0 deletions quetz/tests/test_pkg_stores.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from pathlib import Path

import pytest

from quetz.pkgstores import (
AzureBlobStore,
GoogleCloudStorageStore,
Expand Down

0 comments on commit 1a42ed2

Please sign in to comment.