Skip to content

Commit

Permalink
🐝 Remove unused Literal type
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonerf authored Oct 15, 2024
1 parent ad0b5ef commit 78f8fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wizard/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import sys
from datetime import date
from pathlib import Path
from typing import Any, Callable, Dict, List, Literal, Optional, cast
from typing import Any, Callable, Dict, List, Optional, cast

import bugsnag
import numpy as np
Expand Down

0 comments on commit 78f8fa6

Please sign in to comment.