Commit 25dd88bc3c02ae2054f41da54a3be4315d20f40c
1 parent
7237c038
Reorder imports in initial_data.py
Showing
1 changed file
with
3 additions
and
3 deletions
1 | 1 | # -*- coding: utf-8 - |
2 | -import os | |
3 | -from pytz import timezone | |
4 | 2 | from datetime import datetime, timedelta |
5 | -from munch import munchify | |
6 | 3 | from faker import Factory |
4 | +from munch import munchify | |
5 | +from pytz import timezone | |
7 | 6 | from tempfile import NamedTemporaryFile |
7 | +import os | |
8 | 8 | |
9 | 9 | fake = Factory.create('uk_UA') |
10 | 10 | fake_ru = Factory.create('ru') | ... | ... |
Please
register
or
login
to post a comment