Skip to content

Conversation

@tetienne
Copy link
Collaborator

@tetienne tetienne commented Jan 9, 2026

Summary

  • Add missing creation_time parameter to Zone.__init__()
  • Fix timestamp type annotations from str to int to match API format

Problem

The Zone class declared creation_time as an attribute but never initialized it in __init__, causing AttributeError when accessed.

Test plan

  • All existing tests pass
  • Pre-commit checks pass

@github-actions github-actions bot added the bug Something isn't working label Jan 9, 2026
The Zone class declared creation_time as an attribute but never
initialized it in __init__, causing AttributeError when accessed.

Also fixes type annotations from str to int to match API timestamps.
@tetienne tetienne force-pushed the fix/zone-missing-creation-time branch from 081fb64 to 3802d1e Compare January 9, 2026 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants