Skip to content

Commit

Permalink
feat: turn auto_sync on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Sep 14, 2023
1 parent 6711c6d commit 1edb3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transpire/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def name(self) -> str:
def auto_sync(self) -> bool:
if hasattr(self.pymodule, "auto_sync"):
return self.pymodule.auto_sync
return False
return True

@cached_property
def namespace(self) -> str:
Expand Down

0 comments on commit 1edb3a2

Please sign in to comment.