-
Notifications
You must be signed in to change notification settings - Fork 656
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
Standardize import style #36
Comments
From SIG call: if we're doing multiple classes per module then it makes sense to import modules instead of classes, in which case we'd also prefer to do one import per line. This also follows the google style guide. As for isort: if it's worth commenting on, it's worth adding a lint check. |
As for me, |
Using |
* Add Entry, EntryKey, EntryValue and EntryMetadata types * Simplify Entry interface and add DistributedContext interface * entryTtl -> ttl * Simplify DistributedContext type
From #29 (comment).
Should we:
The text was updated successfully, but these errors were encountered: