Skip to content

Update Device.py

Update Device.py #62

GitHub Actions / Pylint failed Nov 6, 2023 in 0s

3 errors

Pylint found 3 errors

Annotations

Check failure on line 207 in src/BenchmarkManager.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/BenchmarkManager.py#L207

Line too long (121/120) (line-too-long, C0301)

Check failure on line 28 in src/modules/devices/Device.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/devices/Device.py#L28

Too many positional arguments for method call (too-many-function-args, E1121)

Check failure on line 31 in src/modules/devices/Device.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

src/modules/devices/Device.py#L31

Instance of 'Device' has no 'name' member (no-member, E1101)