You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dead code: uuid_from_file and uuid_from_stream
- uuid_from_file was never called anywhere in the codebase
- uuid_from_stream only existed to support uuid_from_file
- Inlined the logic directly into uuid_from_buffer
- Removed unused io and pathlib imports
Co-authored-by: dimitri-yatsenko <[email protected]>
0 commit comments