Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajprad committed Oct 11, 2019
1 parent 3ff41e3 commit 8b9b0e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions test/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import os

import pytest

from numpyro.util import set_rng_seed

from jax.config import config; config.update('jax_platform_name', 'cpu') # noqa: E702
Expand Down
1 change: 1 addition & 0 deletions test/pyroapi/test_pyroapi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from pyroapi import handlers, pyro_backend
from pyroapi.tests import * # noqa F401
import pytest

pytestmark = pytest.mark.filterwarnings("ignore::numpyro.compat.util.UnsupportedAPIWarning")

Expand Down

0 comments on commit 8b9b0e0

Please sign in to comment.