Skip to content

Commit

Permalink
Merge pull request #66 from airtai/remove-fastkafka-chat
Browse files Browse the repository at this point in the history
Fix failing docs
  • Loading branch information
kumaranvpl authored Aug 30, 2024
2 parents 1ea1b59 + 2d83785 commit 249d485
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 7 deletions.
Binary file modified .fastkafka_gen/site_md_archive.tar.gz
Binary file not shown.
19 changes: 19 additions & 0 deletions docusaurus/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 19 additions & 7 deletions nbs/096_Docusaurus_Helper.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "e7f22162",
"metadata": {},
"outputs": [],
Expand All @@ -20,7 +20,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"id": "aca4b3f1",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -54,7 +54,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 7,
"id": "4ab4b0cd",
"metadata": {},
"outputs": [],
Expand All @@ -73,7 +73,7 @@
"import pytest\n",
"from pydantic import BaseModel\n",
"from aiokafka import ConsumerRecord\n",
"from kafka.coordinator.assignors.roundrobin import RoundRobinPartitionAssignor\n",
"from aiokafka.coordinator.assignors.roundrobin import RoundRobinPartitionAssignor\n",
"\n",
"from fastkafka._components.asyncapi import ConsumeCallable"
]
Expand Down Expand Up @@ -117,8 +117,8 @@
"metadata": {},
"outputs": [],
"source": [
"def fixture() -> Callable[[ConsumeCallable], ConsumeCallable]:\n",
" pass\n",
"# def fixture() -> Callable[[ConsumeCallable], ConsumeCallable]:\n",
"# pass\n",
"\n",
"# _signature = signature(fixture)\n",
"# actual = _get_return_annotation(_signature)\n",
Expand Down Expand Up @@ -5664,9 +5664,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "python3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 249d485

Please sign in to comment.