Skip to content

Commit 2e810e8

Browse files
committed
dang it darglint
1 parent 049f009 commit 2e810e8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

reflex/constants/installer.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,11 @@ class Commands(SimpleNamespace):
116116
@classproperty
117117
@classmethod
118118
def DEPENDENCIES(cls) -> dict[str, str]:
119-
"""The dependencies to include in package.json."""
119+
"""The dependencies to include in package.json.
120+
121+
Returns:
122+
A dictionary of dependencies with their versions.
123+
"""
120124
return {
121125
"@emotion/react": "11.14.0",
122126
"axios": "1.9.0",

0 commit comments

Comments
 (0)