Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Jul 12, 2024
1 parent f4066f2 commit f95f4ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/streaming/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
1 change: 0 additions & 1 deletion docs/examples/streaming/text_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import asyncio
from typing import AsyncIterator
from mlserver import MLModel
Expand Down

0 comments on commit f95f4ca

Please sign in to comment.