Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
(#18) Cosmetic change on pytest import
Browse files Browse the repository at this point in the history
  • Loading branch information
leandor committed Jul 1, 2017
1 parent 270f2c2 commit f6039e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/papi/test_lz4.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest
from pytest import fixture

@pytest.fixture
@fixture
def lz4():
from cint import lz4
return lz4
Expand Down

0 comments on commit f6039e0

Please sign in to comment.