Skip to content

Commit

Permalink
Fix isort formatting
Browse files Browse the repository at this point in the history
Technically this shouldn't be necessary, because isort aims to be
compatible with black which respects the trailing comma.

But the isort [fix][0] for this is not released yet.

[0]: PyCQA/isort#1876

Signed-off-by: Adam Cmiel <acmiel@redhat.com>
  • Loading branch information
chmeliik committed Oct 11, 2022
1 parent d4cec3a commit 4d601ba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/unit/models/test_output.py
Expand Up @@ -4,12 +4,7 @@
import pydantic
import pytest

from cachi2.core.models.output import (
Dependency,
EnvironmentVariable,
Package,
RequestOutput,
)
from cachi2.core.models.output import Dependency, EnvironmentVariable, Package, RequestOutput


class TestDependency:
Expand Down

0 comments on commit 4d601ba

Please sign in to comment.