Skip to content

Commit

Permalink
fix customtypes import
Browse files Browse the repository at this point in the history
  • Loading branch information
marios8543 committed Oct 18, 2023
1 parent d9ba637 commit 88250b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/localplatform/localplatformwin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .customtypes import UserType
from ..customtypes import UserType
import os, sys

def chown(path : str, user : UserType = UserType.HOST_USER, recursive : bool = True) -> bool:
Expand Down

0 comments on commit 88250b3

Please sign in to comment.