Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some additional classes including cjson and connect #1427

Merged
merged 2 commits into from
Dec 29, 2023

Make sure to install the new py source files

cec6bad
Select commit
Loading
Failed to load commit list.
Merged

Add some additional classes including cjson and connect #1427

Make sure to install the new py source files
cec6bad
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 29, 2023 in 0s

2 new issues (0 max.) of at least medium severity.

Annotations

Check notice on line 1 in python/avogadro/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/avogadro/__init__.py#L1

'.cjson' imported but unused (F401)

Check notice on line 2 in python/avogadro/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/avogadro/__init__.py#L2

'.connect' imported but unused (F401)

Check notice on line 12 in python/avogadro/connect.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/avogadro/connect.py#L12

'sys' imported but unused (F401)

Check warning on line 12 in python/avogadro/connect.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/avogadro/connect.py#L12

Unused import sys

Check warning on line 45 in python/avogadro/connect.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

python/avogadro/connect.py#L45

Dangerous default value {} as argument