Skip to content

Commit

Permalink
Add missing Iterator type
Browse files Browse the repository at this point in the history
  • Loading branch information
antonrh committed May 10, 2024
1 parent 6831f58 commit 4efb8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ninja/openapi/docs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
from abc import ABC, abstractmethod
from pathlib import Path
from typing import TYPE_CHECKING, Any, Optional, Union
from typing import TYPE_CHECKING, Any, Iterator, Optional, Union

from django.conf import settings
from django.http import HttpRequest, HttpResponse
Expand Down

0 comments on commit 4efb8b7

Please sign in to comment.