Skip to content

Commit 533c775

Browse files
format codes after conflicts
1 parent 0de035b commit 533c775

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

index_generator/__main__.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
# *-- coding: utf-8 --*
33
import sys
44
import time
5-
65
import os
7-
import os.path as path
8-
from datetime import datetime
9-
106
import jinja2
117
import argparse
12-
import os
8+
import os.path as path
9+
from datetime import datetime
1310

1411
from index_generator.models.entries import Entry
1512
from index_generator.models.exceptions import IndexGeneratorException
1613
from . import *
1714

18-
indexIgnore=['index.html', 'templates']
15+
indexIgnore = ['index.html', 'templates']
16+
1917

2018
def main():
2119
global template

0 commit comments

Comments
 (0)