Browse Source

flake8 fixes

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

3
disco/types/user.py

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

Loading…
Cancel
Save