Skip to content

Commit 26db098

Browse files
committed
Delete confusing comment
The comment was my personal exclamation when learning the code, and now it seems more confusing than helpful. :) It is present in projectfluent#206.
1 parent 9f903f4 commit 26db098

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)