Browse Source

Fixing line length issue.

pull/133/head
Justin 6 years ago
committed by GitHub
parent
commit
db285e2f46
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      disco/types/user.py

6
disco/types/user.py

@ -1,7 +1,9 @@
from datetime import datetime
from disco.types.base import SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField, cached_property
from disco.types.base import (
SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField,
cached_property,
)
class DefaultAvatars(object):
BLURPLE = 0

Loading…
Cancel
Save