Skip to content

Commit

Permalink
Fix: Missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann committed Nov 10, 2023
1 parent 7d20755 commit 499612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/nvd/cve_changes/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later

from datetime import datetime, timedelta
from typing import AsyncIterator, Iterable, Optional
from typing import AsyncIterator, Iterable, Optional, Union

from httpx import Timeout

Expand Down

0 comments on commit 499612b

Please sign in to comment.