PyTest - Markers
Identify the error in the following pytest code snippet:
import pytest
@pytest.mark.skipif(reason='No condition provided')
def test_example():
assert True