mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-27 10:45:08 -06:00
979512692e
When a module is formatted that has calls to `internal.member_2` or `internal.member_3`, which get pretty-printed as infix `in` operator calls, the formatter now ensures that the corresponding future keyword import is present. Fixes #4111. Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>