mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 02:52:25 +03:00
Run isort
This commit is contained in:
parent
1a962b5ad9
commit
955134f27d
|
@ -1,8 +1,9 @@
|
||||||
|
import datetime as dt
|
||||||
import os
|
import os
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from github import Github
|
from github import Github
|
||||||
from jinja2 import Template
|
from jinja2 import Template
|
||||||
import datetime as dt
|
|
||||||
|
|
||||||
CURRENT_FILE = Path(__file__)
|
CURRENT_FILE = Path(__file__)
|
||||||
ROOT = CURRENT_FILE.parents[1]
|
ROOT = CURRENT_FILE.parents[1]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
import json
|
import json
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from github import Github
|
from github import Github
|
||||||
from github.NamedUser import NamedUser
|
from github.NamedUser import NamedUser
|
||||||
from jinja2 import Template
|
from jinja2 import Template
|
||||||
|
|
Loading…
Reference in New Issue
Block a user