mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 16:40:24 +08:00
Remove pandas from dev requirements and tests
Results in needing one more # pragma: nocover statement, but on a simple line of code. See PR #253 for details and motivation.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
import unittest
|
||||
import pandas as pd
|
||||
import pdfplumber
|
||||
import sys, os, io
|
||||
|
||||
|
||||
Reference in New Issue
Block a user