Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make optional types explicit #255

Merged
merged 16 commits into from
Feb 7, 2022
Prev Previous commit
Remove unused import
  • Loading branch information
dbrattli committed Feb 6, 2022
commit 9185026fb9797aa94de2cc35ef3dd0af03099034
2 changes: 1 addition & 1 deletion tests/integration/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from typing import List, Optional
from typing import List

import faust

Expand Down