Skip to content

Commit

Permalink
fix: add compatibility with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-i-am committed May 27, 2024
1 parent e67849e commit a6e323b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"""


from __future__ import annotations

import subprocess
from typing import Optional

Expand Down

0 comments on commit a6e323b

Please sign in to comment.