Skip to content
Snippets Groups Projects
Commit 79237108 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Black

parent 27e9d8cd
No related branches found
No related tags found
1 merge request!47Resolve "uproot4 integration"
Pipeline #16341 failed
......@@ -472,7 +472,9 @@ def is_cc(fobj):
cc_flag = w2list[:, kw2gen.W2LIST_GENHEN_CC]
out = cc_flag > 0
else:
raise NotImplementedError(f"don't know how to determine the CCness of {program} files.")
raise NotImplementedError(
f"don't know how to determine the CC-ness of {program} files."
)
return out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment