Skip to content

Commit

Permalink
Chop down line length
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Oct 5, 2023
1 parent b7906ca commit 28a014f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_plumbing.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
from drf_spectacular.openapi import AutoSchema
from drf_spectacular.plumbing import (
analyze_named_regex_pattern, build_basic_type, detype_pattern, follow_field_source,
force_instance, get_list_serializer, is_field, is_serializer, resolve_type_hint, build_choice_field,
force_instance, get_list_serializer, is_field, is_serializer, resolve_type_hint,
build_choice_field,
)
from drf_spectacular.validation import validate_schema
from tests import generate_schema
Expand Down

0 comments on commit 28a014f

Please sign in to comment.