Skip to content

Commit

Permalink
test: Fix tests for python >= 3.8 (annotations)
Browse files Browse the repository at this point in the history
  • Loading branch information
onjin committed Oct 31, 2024
1 parent c8c86b2 commit 911544a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runenv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-FileCopyrightText: 2015-present Marek Wywiał <[email protected]>
#
# SPDX-License-Identifier: MIT
from __future__ import annotations

import argparse
import logging
import os
Expand Down

0 comments on commit 911544a

Please sign in to comment.