Internal change

PiperOrigin-RevId: 343407824
This commit is contained in:
Peter Hawkins 2020-11-19 18:04:40 -08:00 committed by jax authors
parent 541e8ab859
commit c8e6a6a061

View File

@ -110,7 +110,7 @@ class Config:
if not already_configured_with_absl:
import absl.flags
self.config_with_absl()
absl.flags.FLAGS(sys.argv, known_only=True)
absl.flags.FLAGS(sys.argv, known_only=True) # type: ignore
self.complete_absl_config(absl.flags)
already_configured_with_absl = True