From 6812c973c9fa9b4ad642ab81856c05f87bd6fcc4 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Thu, 27 Jan 2022 22:43:28 -0500 Subject: Format All Files --- python/compatibility.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/compatibility.py') diff --git a/python/compatibility.py b/python/compatibility.py index bae8a6d3..fef7e49b 100644 --- a/python/compatibility.py +++ b/python/compatibility.py @@ -20,6 +20,7 @@ import sys + def pyNativeStr(arg): if isinstance(arg, str): return arg @@ -36,5 +37,3 @@ def valid_import(mod_name): mod_loader = importlib.find_loader(mod_name) found = mod_loader is not None return found - - -- cgit v1.3.1