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
Stop subclassing fs.base.FS and remove the fs import/requirement; DataverseFS is now a plain class. Reorder and clean up imports (add pandas, cachetools.TTLCache, typing_extensions.Self), remove deprecation-warning suppression and unnecessary noqa comments, and adjust placement of pyDataverse.models.file.update import. These changes simplify dependencies and tidy module imports.
0 commit comments