Code Style/Blank lines

This commit is contained in:
Jamie Hardt
2018-12-29 12:53:08 -08:00
parent 5e902d4926
commit 348962c3f7
3 changed files with 3 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
# pycmx
# (c) 2018 Jamie Hardt
from .util import collimate
import re
import sys
from collections import namedtuple
from itertools import count
from .util import collimate
StmtTitle = namedtuple("Title",["title","line_number"])
StmtFCM = namedtuple("FCM",["drop","line_number"])