Skip to content

Commit

Permalink
Applied code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmjl committed Jan 29, 2019
1 parent 137a754 commit 3ce7d31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions janitor/testing_utils/fixtures.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
from pathlib import Path

import numpy as np
import pandas as pd
import pytest
from pathlib import Path


TEST_DATA_DIR = Path(__file__).resolve().parent.parent.parent / "tests" / "test_data"
TEST_DATA_DIR = (
Path(__file__).resolve().parent.parent.parent / "tests" / "test_data"
)


@pytest.fixture
Expand Down
2 changes: 1 addition & 1 deletion tests/biology/test_join_fasta.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import janitor.biology
import pytest

import janitor.biology
from janitor.testing_utils.fixtures import TEST_DATA_DIR, biodf


Expand Down

0 comments on commit 3ce7d31

Please sign in to comment.