Fixing lint

This commit is contained in:
Gareth J. Greenaway 2018-10-31 13:34:25 -07:00
parent 6c0ee327bb
commit 2201a46f08
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -814,6 +814,7 @@ def get_values_of_matching_keys(pattern_dict, user_name):
ret.extend(pattern_dict[expr])
return ret
# test code for the ConCache class
if __name__ == '__main__':