Code style on settings __init__ file.
parent
fd06b683bb
commit
b1e9d2214f
|
@ -1,8 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import (
|
|
||||||
absolute_import,
|
from __future__ import absolute_import, print_function
|
||||||
print_function
|
|
||||||
)
|
|
||||||
import os, sys
|
import os, sys
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue