Browse Source

Readded list field to import

pull/133/head
Justin 6 years ago
committed by GitHub
parent
commit
5738220259
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 datetime import datetime
from disco.types.base import SlottedModel, Field, snowflake, text, with_equality, with_hash, enum from disco.types.base import SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField
class DefaultAvatars(object): class DefaultAvatars(object):

Loading…
Cancel
Save