Skip to content

Commit

Permalink
Modified import order
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kinetica committed Feb 21, 2024
1 parent 73ba00b commit 421518b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrations/chat/kinetica.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@
],
"source": [
"from faker import Faker\n",
"import pandas as pd\n",
"from typing import Generator\n",
"import pandas as pd\n",
"\n",
"Faker.seed(5467)\n",
"faker = Faker(locale=\"en-US\")\n",
Expand Down

0 comments on commit 421518b

Please sign in to comment.