Skip to content

Commit

Permalink
trying to fix windows import error
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyBrown committed Oct 1, 2024
1 parent 49ff9d3 commit 689e971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plot_phylo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from plot_phylo import *
__author__ = 'Katy Brown, Duncan Cross'
2 changes: 1 addition & 1 deletion tests/test_plot_phylo_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from plot_phylo.plot_phylo import plot_phylo
import plot_phylo
import copy

# Default parameters values
Expand Down

0 comments on commit 689e971

Please sign in to comment.