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