Browse Source

Imports are a thing, sorry.

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

2
disco/types/user.py

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

Loading…
Cancel
Save