Skip to content

Commit

Permalink
remove all occurences of utf-8 coding
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 4, 2020
1 parent 8629507 commit ee76193
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion shop/admin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from shop.admin import notification
1 change: 0 additions & 1 deletion shop/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from shop.models.notification import Notification, NotificationAttachment
1 change: 0 additions & 1 deletion shop/models/defaults/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
The models in directory default have been added as a pure convenience and for demonstration
purpose. Whenever there is a need to use a modified version, copy one of these models into
Expand Down

0 comments on commit ee76193

Please sign in to comment.