Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion can/interfaces/gs_usb.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import cast, Any, Iterator, List, Optional, Sequence, Tuple, Union
from typing import Optional, Tuple

from gs_usb.gs_usb import GsUsb
from gs_usb.gs_usb_frame import GsUsbFrame
Expand Down
2 changes: 0 additions & 2 deletions can/interfaces/nixnet.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

"""
NI-XNET interface module.

Expand Down
1 change: 0 additions & 1 deletion test/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#!/usr/bin/env python
# coding: utf-8
1 change: 0 additions & 1 deletion test/back2back_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding: utf-8

"""
This module tests two buses attached to each other.
Expand Down
1 change: 0 additions & 1 deletion test/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding: utf-8

"""
This module contains various configuration for the tests.
Expand Down
1 change: 0 additions & 1 deletion test/contextmanager_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding: utf-8

"""
This module tests the context manager of Bus and Notifier classes
Expand Down
1 change: 0 additions & 1 deletion test/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#!/usr/bin/env python
# coding: utf-8
1 change: 0 additions & 1 deletion test/data/example_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding: utf-8

"""
This module contains some example data, like messages of different
Expand Down
1 change: 0 additions & 1 deletion test/listener_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding: utf-8

"""
"""
Expand Down
1 change: 0 additions & 1 deletion test/logformats_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding: utf-8

"""
This test module test the separate reader/writer combinations of the can.io.*
Expand Down
1 change: 0 additions & 1 deletion test/message_helper.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding: utf-8

"""
This module contains a helper for writing test cases that need to compare messages.
Expand Down
1 change: 0 additions & 1 deletion test/network_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding: utf-8


import unittest
Expand Down
1 change: 0 additions & 1 deletion test/notifier_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding: utf-8

import unittest
import time
Expand Down
1 change: 0 additions & 1 deletion test/serial_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding: utf-8

"""
This module is testing the serial interface.
Expand Down
1 change: 0 additions & 1 deletion test/simplecyclic_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding: utf-8

"""
This module tests cyclic send tasks.
Expand Down
1 change: 0 additions & 1 deletion test/test_kvaser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding: utf-8

"""
"""
Expand Down