Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: don't use importlib as_file for a directory
The only reason to use as_file is to support copying a file from a frozen package. We don't currently support this anyway, and as_file isn't supported until Python 3.9, so get rid of it. Fixes nomic-ai#1605
- Loading branch information