Skip to content

Commit

Permalink
Typing support for Python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Aug 16, 2024
1 parent b294376 commit ea16c4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/python/py_cstest/src/py_cstest/cstest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Copyright © 2024 Rot127 <[email protected]>
# SPDX-License-Identifier: BSD-3

# Typing for Python3.8
from __future__ import annotations

import argparse
import logging
import subprocess as sp
Expand Down

0 comments on commit ea16c4c

Please sign in to comment.