Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

BETARCSCellParameterisation.cc

user avatar
Todd Gamblin authored and GitHub committed
Rules N813 and N814 prevented import statements like this:

  xml.etree.ElementTree as et
  xml.etree.ElementTree as ET

But both of those seem pretty reasonable.  We see no reason to require any camelcase import to be imported "as" a camelcase word.
a7502375
History