mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Fix PEP8 for errorck
This commit is contained in:
+3
-1
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user