Class utilities default to async=True without an async import
jacobtomlinson opened this issue · 0 comments
jacobtomlinson commented
Which project are you reporting a bug for?
kr8s
What happened?
When you call kr8s.objects.new_class(...)
the default is to create an async class. I would expect it to create a sync class by default.
I would also expect there to be an equivalent kr8s.asyncio.objects.new_class(...)
which creates an async class by default.
Anything else?
No response