Skip to content

Commit

Permalink
No need to inherit from "object" in Python 3.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Sep 24, 2019
1 parent 8fdc3d1 commit 66ebdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_enumfield/app_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def fn(self):
return fn


class AppSettings(object):
class AppSettings:
EXPLICIT_SLUGS = setting("EXPLICIT_SLUGS", default=False)


Expand Down

0 comments on commit 66ebdfb

Please sign in to comment.