Skip to content

Commit 28b8bfa

Browse files
committed
Code comments
1 parent 300d804 commit 28b8bfa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/fluent_compiler/compiler.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,12 @@
8686

8787
@dataclass
8888
class CurrentEnvironment:
89-
# TODO make fields not optional, and the whole of `CurrentEnvironment` optional instead
9089
# The parts of CompilerEnvironment that we want to mutate (and restore)
9190
# temporarily for some parts of a call chain.
91+
92+
# MAYBE we shold make fields not optional, and the whole of
93+
# `CurrentEnvironment` optional instead
94+
9295
message_id: str
9396
ftl_resource: FtlResource
9497
term_args: dict | None = None

0 commit comments

Comments
 (0)