Files
InvokeAI/invokeai/app
psychedelicious d4cf2d2666 fix(api): fix ApiDependencies.invoker types
ApiDependencies.invoker` provides typing for the API's services layer. Marking it `Optional` results in all the routes seeing it as optional, which is not good.

Instead of marking it optional to satisfy the initial assignment to `None`, we can just skip the initial assignment. This preserves the IDE hinting in API layer and is types-legal.
2023-08-06 14:09:04 +10:00
..
2023-07-28 09:46:44 -04:00
2023-07-28 09:46:44 -04:00
2023-08-06 00:29:08 +10:00
2023-07-28 09:46:44 -04:00