Skip to content

Commit 144786b

Browse files
rohan-pandeyyrahulharpal1603
authored andcommitted
Add from __future__ import annotations for Python 3.9 compatibility
1 parent 3e91ae0 commit 144786b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/app/utils/hardware_detect.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import shutil
24
import subprocess
35
import platform

0 commit comments

Comments
 (0)