Skip to content

Commit

Permalink
Removing (sometimes erroneous) default fileencoding. Addresses (but c…
Browse files Browse the repository at this point in the history
…annot fix) #15
  • Loading branch information
wolph committed Oct 26, 2023
1 parent f69493a commit bf40c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_apps():
RAW_ID_THRESHOLD = 100
NO_QUERY_DB = False

PRINT_IMPORTS = '''# vim: set fileencoding=utf-8 :
PRINT_IMPORTS = '''
from django.contrib import admin
'''
Expand Down

0 comments on commit bf40c7f

Please sign in to comment.