Skip to content

Commit

Permalink
change import function
Browse files Browse the repository at this point in the history
  • Loading branch information
joeywwwu committed Jan 27, 2024
1 parent 15028b3 commit 88fd902
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"from hexdropper import read_image\n",
"from hexdropper.most_common_rgb import most_common_rgb \n",
"from hexdropper.rgb_to_hex import rgb_to_hex\n",
"from hexdropper.create_color_image import create_color_image\n",
"from hexdropper import most_common_rgb \n",
"from hexdropper import rgb_to_hex\n",
"from hexdropper import create_color_image\n",
"from matplotlib import pyplot as plt\n",
"import numpy as np"
]
Expand Down

0 comments on commit 88fd902

Please sign in to comment.