Skip to content

Commit

Permalink
Fix PEP8 for errorck
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Jan 27, 2015
1 parent 91928dd commit 7faffbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/etc/errorck.py
Expand Up @@ -11,7 +11,9 @@
# Digs error codes out of files named 'diagnostics.rs' across
# the tree, and ensures thare are no duplicates.

import sys, os, re
import sys
import os
import re

src_dir = sys.argv[1]
errcode_map = {}
Expand Down

0 comments on commit 7faffbe

Please sign in to comment.