Skip to content

Commit

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

0 comments on commit b182264

Please sign in to comment.