Skip to content

Commit

Permalink
fixed initpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Clgould99 committed Jun 7, 2024
1 parent 3338baf commit cc1f680
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions alfred/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
from .vis import mod_change_statistics
from .vis import find_replaced_modules
from .vis import swapped_mod_dataframes
<<<<<<< HEAD

#from .analysis import
=======
from .vis import label_bad_module

from .analysis import count_swapped_modules
Expand All @@ -35,4 +31,4 @@
from .analysis import find_num_components
from .analysis import perform_pca
from .analysis import visualize_pca
>>>>>>> f9913cd96e5f2f48e85db6ef0e752c4285c534ef

0 comments on commit cc1f680

Please sign in to comment.