Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 14, 2024
1 parent c96f84f commit 9eec6b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions examples/django_example/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@
"from faker import Faker\n",
"from faker_file.providers.docx_file import DocxFileProvider\n",
"from rest_framework.status import HTTP_201_CREATED\n",
"\n",
"from upload.models import Upload\n",
"\n",
"FAKER = Faker()\n",
Expand Down Expand Up @@ -580,8 +581,8 @@
"metadata": {},
"outputs": [],
"source": [
" !faker-file generate-completion\n",
" !source ~/faker_file_completion.sh"
"!faker-file generate-completion\n",
"!source ~/faker_file_completion.sh"
]
},
{
Expand Down
7 changes: 4 additions & 3 deletions examples/django_example/demo_europython_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
],
"source": [
"from faker_file.providers.helpers.inner import (\n",
" create_inner_docx_file, \n",
" create_inner_docx_file,\n",
" create_inner_zip_file,\n",
")\n",
"\n",
Expand Down Expand Up @@ -472,6 +472,7 @@
"from faker import Faker\n",
"from faker_file.providers.docx_file import DocxFileProvider\n",
"from rest_framework.status import HTTP_201_CREATED\n",
"\n",
"from upload.models import Upload\n",
"\n",
"FAKER = Faker()\n",
Expand Down Expand Up @@ -684,8 +685,8 @@
}
],
"source": [
" !faker-file generate-completion\n",
" !source ~/faker_file_completion.sh"
"!faker-file generate-completion\n",
"!source ~/faker_file_completion.sh"
]
},
{
Expand Down

0 comments on commit 9eec6b1

Please sign in to comment.