Skip to content

Commit

Permalink
Revert "init refactorings"
Browse files Browse the repository at this point in the history
This reverts commit 8ccb3ff.
  • Loading branch information
soumitri2001 committed Aug 15, 2021
1 parent 8ccb3ff commit f4d74b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Py_FS/wrapper/nature_inspired/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@
from Py_FS.wrapper.nature_inspired.RDA import RDA
from Py_FS.wrapper.nature_inspired.SCA import SCA
from Py_FS.wrapper.nature_inspired.WOA import WOA
from Py_FS.wrapper.nature_inspired.AOA import AOA
from Py_FS.wrapper.nature_inspired.AROA import AROA
from Py_FS.wrapper.nature_inspired.MVO import MVO


__all__ = [
'AOA',
'AROA',
'BBA',
'CS',
'EO',
Expand All @@ -26,7 +21,6 @@
'GWO',
'HS',
'MA',
'MVO',
'PSO',
'RDA',
'SCA',
Expand Down

0 comments on commit f4d74b6

Please sign in to comment.