Skip to content

Commit e4fc3c2

Browse files
authoredFeb 22, 2025··
Delete confusing comment (#207)
1 parent fbf8b3f commit e4fc3c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎fluent.runtime/tests/test_fallback.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def test_bundles(self):
2222
l10n = FluentLocalization(
2323
["de", "fr", "en"], ["one.ftl", "two.ftl"], FluentResourceLoader("{locale}")
2424
)
25-
# Curious
2625
bundles_gen = l10n._bundles()
2726
bundle_de = next(bundles_gen)
2827
self.assertEqual(bundle_de.locales[0], "de")

0 commit comments

Comments
 (0)
Please sign in to comment.