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