Skip to content

Commit

Permalink
removed unused import of Any
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared-Newell-Mobility committed Nov 13, 2023
1 parent 5f8b51b commit 38db3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocpp/v16/call.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from dataclasses import dataclass, field
from typing import Any, Dict, List, Optional
from typing import Dict, List, Optional

from ocpp.v16.enums import (
AvailabilityType,
Expand Down

0 comments on commit 38db3de

Please sign in to comment.