Skip to content

Commit

Permalink
fix : typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri committed Jul 30, 2024
1 parent ff23e3d commit 8837408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samila/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import random
import matplotlib
from PIL import Image
from functions import wraps
from functools import wraps
from .params import SAMILA_VERSION
from .params import DEFAULT_MARKER, DEFAULT_START, DEFAULT_STOP, DEFAULT_STEP, DEFAULT_COLOR, DEFAULT_IMAGE_SIZE, DEFAULT_DEPTH
from .params import DEFAULT_CMAP_NAME, DEFAULT_CMAP_RANGE, DEFAULT_ROTATION
Expand Down

0 comments on commit 8837408

Please sign in to comment.