fix: resolve CI linting failures in test files
Some checks failed
CI / test (push) Failing after 12s
Some checks failed
CI / test (push) Failing after 12s
This commit is contained in:
@@ -1,8 +1,14 @@
|
|||||||
"""Tests for docgen models."""
|
|
||||||
|
|
||||||
import pytest
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from docgen.models import Endpoint, Parameter, Response, HTTPMethod, DocConfig, OutputFormat, ParameterIn
|
|
||||||
|
from docgen.models import (
|
||||||
|
DocConfig,
|
||||||
|
Endpoint,
|
||||||
|
HTTPMethod,
|
||||||
|
OutputFormat,
|
||||||
|
Parameter,
|
||||||
|
ParameterIn,
|
||||||
|
Response,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class TestEndpoint:
|
class TestEndpoint:
|
||||||
|
|||||||
Reference in New Issue
Block a user