Skip to content

Commit

Permalink
Remove useless type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SkwalExe committed Aug 5, 2024
1 parent 44c928c commit 3f75b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fractalistic/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import gmpy2
from gmpy2 import mpc, mpfr # type: ignore
from rich.rule import Rule
from rich.theme import Theme # type: ignore
from rich.theme import Theme

from .colors import color_renderers
from .fractals import fractal_list
Expand Down

0 comments on commit 3f75b23

Please sign in to comment.