Browse Source

Needed an indent

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

1
disco/types/user.py

@ -1,5 +1,6 @@
from holster.enum import Enum
from datetime import datetime
from disco.types.base import SlottedModel, Field, snowflake, text, with_equality, with_hash, ListField
DefaultAvatars = Enum(

Loading…
Cancel
Save