Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
userpj committed Nov 25, 2024
1 parent f96bb48 commit f1ecc68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions python/core/manifest/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
from pydantic import BaseModel, Field
from typing import Dict, List, Literal, Any, Optional

from appbuilder.core.manifest.validate import (
validate_function_param_name,
validate_function_name,
)
from appbuilder.core.manifest.manifest_signature import get_signature


Expand Down
1 change: 1 addition & 0 deletions python/tests/test_manifest_signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,3 +627,4 @@ def func(

if __name__ == "__main__":
unittest.main()

0 comments on commit f1ecc68

Please sign in to comment.