Skip to content

Commit f6062b8

Browse files
committed
removed uncommented code
1 parent db1e751 commit f6062b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openxc/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def find_file(filename, search_paths):
8989
fatal_error("Unable to find '%s' in search paths (%s)" % (
9090
filename, search_paths))
9191

92-
# https://stackoverflow.com/a/14902564
92+
9393
def dict_raise_on_duplicates(ordered_pairs):
9494
"""Reject duplicate keys."""
9595
d = {}

0 commit comments

Comments
 (0)