Skip to content

Commit a60de01

Browse files
Sync main → development (auto-merge conflict fixes)
2 parents a371dfc + f8f03f4 commit a60de01

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/omnipkg/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5965,7 +5965,6 @@ def find_spec(self, fullname, path, target=None):
59655965
if pkg_path and os.path.exists(pkg_path):
59665966
if pkg_path not in sys.path:
59675967
sys.path.insert(0, pkg_path)
5968-
return None
59695968

59705969

59715970
class NoCompatiblePythonError(Exception):

0 commit comments

Comments
 (0)