Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Jul 10, 2023
1 parent 7463aca commit cac0c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk_frontend_django/components/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from dataclasses import dataclass
from typing import Any, ClassVar, Dict, List, Optional, Union
from typing import Any, Dict, List, Optional, Union

from django.utils.safestring import mark_safe
from jinja2 import (
Expand Down

0 comments on commit cac0c9e

Please sign in to comment.