Skip to content

Commit

Permalink
Stop vendoring pyparsing
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jul 16, 2024
1 parent 7650ae6 commit 11af401
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3,832 deletions.
7 changes: 0 additions & 7 deletions doc/source/lib/bx_extras.pyparsing.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/lib/bx_extras.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Submodules
bx_extras.fpconst_tests
bx_extras.lrucache
bx_extras.pstat
bx_extras.pyparsing
bx_extras.stats

Module contents
Expand Down
2 changes: 1 addition & 1 deletion lib/bx/phylo/newick.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from functools import total_ordering

from bx_extras.pyparsing import (
from pyparsing import (
alphas,
CaselessLiteral,
Combine,
Expand Down
Loading

0 comments on commit 11af401

Please sign in to comment.