Skip to content

Commit 16a046f

Browse files
authored
Remove unused import of Any from builtins.py
1 parent bfeada8 commit 16a046f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent.runtime/fluent/runtime/builtins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Any, Callable, Dict
1+
from typing import Callable, Dict
22

33
from .types import FluentType, fluent_date, fluent_number
44

0 commit comments

Comments
 (0)