Skip to content

Commit

Permalink
修复了opus报错
Browse files Browse the repository at this point in the history
  • Loading branch information
Polyisoprene committed Sep 24, 2023
1 parent b37b10d commit 2c842d3
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 232 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.git
.github
dist
sample
dynamicadaptor/__pycache__
2 changes: 1 addition & 1 deletion dynamicadaptor/Majors.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class Summary(BaseModel):
class OPUS(BaseModel):
pics:Optional[List[DrawItem]]
summary:Summary
title:str
title:Optional[str]
# class MajorDetail(Enum):
# """
# 类型 动态类型 示例动态
Expand Down
195 changes: 1 addition & 194 deletions poetry.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "DynamicAdaptor"
version = "0.4.7"
version = "0.5.0"
description = ""
authors = ["DMC <[email protected]>"]
readme = "README.md"
Expand All @@ -12,7 +12,6 @@ loguru = "^0.6.0"


[tool.poetry.group.dev.dependencies]
bilirpc = "^0.1.3"
httpx = "^0.23.3"


Expand Down
Empty file removed tests/__init__.py
Empty file.
16 changes: 0 additions & 16 deletions tests/grpc_test.py

This file was deleted.

19 changes: 0 additions & 19 deletions tests/web_test.py

This file was deleted.

0 comments on commit 2c842d3

Please sign in to comment.