diff --git a/disco/types/user.py b/disco/types/user.py index b4eeab0..a8e8525 100644 --- a/disco/types/user.py +++ b/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