Skip to content

Commit f76df86

Browse files
committed
make pytype happy
1 parent 7f3bb63 commit f76df86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jax/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ def int_env(varname: str, default: int) -> int:
4646

4747

4848
class Config:
49+
_HAS_DYNAMIC_ATTRIBUTES = True
50+
4951
def __init__(self):
5052
self.values = {}
5153
self.meta = {}

0 commit comments

Comments
 (0)