Skip to content

refactor: remove __file__ - #571

Merged
talonchandler merged 2 commits into
mainfrom
refactor/move-from-__file__
Aug 3, 2026
Merged

refactor: remove __file__#571
talonchandler merged 2 commits into
mainfrom
refactor/move-from-__file__

Conversation

@srivarra

@srivarra srivarra commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Removing __file__ in plugin/main_plugin.py and in a few other places like benchmarks/utils.py and tests/test_examples.py. Swapped it with importlib.resources, as_file, and files.

Signed-off-by: Sricharan Reddy Varra <sricharan.varra@biohub.org>
@srivarra srivarra linked an issue Aug 3, 2026 that may be closed by this pull request
Signed-off-by: Sricharan Reddy Varra <sricharan.varra@biohub.org>
@srivarra
srivarra marked this pull request as ready for review August 3, 2026 19:49
@srivarra
srivarra requested a review from talonchandler August 3, 2026 19:57
@talonchandler
talonchandler merged commit 584ff7a into main Aug 3, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move away from __file__

2 participants