Skip to content

Commit

Permalink
remove import test
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt committed Jan 20, 2024
1 parent 290513d commit b6e728b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/test_functions.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
import warnings

import mmdf

with warnings.catch_warnings():
warnings.simplefilter("ignore", DeprecationWarning)
import pandas as pd

import mmdf


def test_import():
pass


def test_read(test_pdb_file):
with warnings.catch_warnings():
Expand Down

0 comments on commit b6e728b

Please sign in to comment.