"""
Empty test file
"""

import moat.SUBDOT  # pylint: disable=unused-import

def test_nothing():
    """
    Empty test
    """
    pass  # pylint: disable=unnecessary-pass
