Skip to content

Commit eb5bc79

Browse files
🗑️ removed "type" property in Application class
1 parent fdbf1c9 commit eb5bc79

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

squarecloud/app.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -350,16 +350,6 @@ def lang(
350350
"""
351351
return self._lang
352352

353-
@property
354-
def type(self) -> Literal['free', 'paid']:
355-
"""
356-
The avatar function is a property that returns the application's type.
357-
358-
:return: The application's type
359-
:rtype: Literal['free', 'paid']
360-
"""
361-
return self._type
362-
363353
@property
364354
def cluster(
365355
self,

0 commit comments

Comments
 (0)