You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running 'importanize test_file.py --config .importanizerc` on Windows produces
"""
test file
"""
from datetime import datetime, timedelta
import copy
import simplejson as json
import uuid
from dateutil import parser
from decimal import Decimal
from something.common.bla import constants
running same command on Linux produces
"""
test file
"""
import copy
import uuid
from datetime import datetime, timedelta
from decimal import Decimal
import simplejson as json
from dateutil import parser
from something.common.bla import constants
Windows env: Python 2.7.9 (default, Dec 10 2014, 12:24:55)
Running 'importanize test_file.py --config .importanizerc` on Windows produces
running same command on Linux produces
Windows env: Python 2.7.9 (default, Dec 10 2014, 12:24:55)
.importanizerc
contentsThe text was updated successfully, but these errors were encountered: