Skip to content

Commit

Permalink
Initialize variable for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
davemachado committed Jan 27, 2018
1 parent 35dfcb0 commit e53982f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/validate_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def check_format(filename):

# START Check Entries
num_in_category = min_entries_per_section + 1
category_line = 0
anchor_re = re.compile('###\s\S+')
for line_num, line in enumerate(lines):
# check each section for the minimum number of entries
Expand Down

0 comments on commit e53982f

Please sign in to comment.