mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
fix python 2 test regression: set source file encoding to utf8
This commit is contained in:
parent
5bbbe4c03f
commit
65531595ef
|
@ -1,3 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import absolute_import
|
||||
|
||||
from django.db import models
|
||||
|
|
Loading…
Reference in New Issue
Block a user