modal-labs / modal-client

Python client library for Modal
https://modal.com/docs
Apache License 2.0
271 stars 35 forks source link

Remove legacy single-function class method import logic #1945

Closed freider closed 3 months ago

freider commented 3 months ago

Followup on https://github.com/modal-labs/modal-client/pull/1944

Removes a bunch of code that should be unused in modern apps.

I think this should be safe since this updated container entrypoint should only ever be used by functions deployed using the new style classes

freider commented 3 months ago

@prbot approve