Skip to content

Added Info attributes to ascii class files

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL succeeded Oct 26, 2023 in 7s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 11 in src/sisl/io/sile.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'Callable' is not used.

Check notice on line 800 in src/sisl/io/sile.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.