Skip to content

Commit

Permalink
test: fix type annotations for python 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
unexcellent committed Oct 29, 2024
1 parent 021fa7a commit 38114c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright DB InfraGO AG and contributors
# SPDX-License-Identifier: Apache-2.0

from __future__ import annotations

import glob
import json
import sys
Expand Down

0 comments on commit 38114c0

Please sign in to comment.