-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes all FE1 client functions (#380)
* Removes all FE1 client functions * Removed usages of deprecated client functions * removed trailing deprecated client function * ruff * Fixed last failing test
- Loading branch information
Showing
45 changed files
with
112 additions
and
4,337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,15 @@ | ||
# following imports seem to be unnecessary, but they need to stay | ||
# to not break the scripts using these functions as non-core | ||
from specklepy.core.api.models import ( | ||
Activity, | ||
ActivityCollection, | ||
Branch, | ||
Branches, | ||
Collaborator, | ||
Commit, | ||
Commits, | ||
LimitedUser, | ||
Object, | ||
PendingStreamCollaborator, | ||
ServerInfo, | ||
Stream, | ||
Streams, | ||
User, | ||
) | ||
|
||
__all__ = [ | ||
"Activity", | ||
"ActivityCollection", | ||
"Branch", | ||
"Branches", | ||
"Collaborator", | ||
"Commit", | ||
"Commits", | ||
"LimitedUser", | ||
"Object", | ||
"PendingStreamCollaborator", | ||
"ServerInfo", | ||
"Stream", | ||
"Streams", | ||
"User", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.