Skip to content

Commit d4d8740

Browse files
committed
remove python annotation | (requires >3.11)
1 parent 5d5302c commit d4d8740

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/axiomatic/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def analyze_equations(
3838
url_path: Optional[str] = None,
3939
parsed_paper: Optional[ParseResponse] = None,
4040
) -> Optional[EquationExtractionResponse]:
41-
response : EquationExtractionResponse | EquationProcessingResponse
4241
if file_path:
4342
with open(file_path, "rb") as file:
4443
response = self._ax_client.document.equation.from_pdf(document=file)

0 commit comments

Comments
 (0)