Skip to content

Commit

Permalink
REFACTOR: Remove import to removed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed May 6, 2024
1 parent c75f29f commit 7eca143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyaedt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non
from pyaedt.generic import constants
import pyaedt.generic.DataHandlers as data_handler
import pyaedt.generic.general_methods as general_methods
from pyaedt.generic.general_methods import _pythonver
from pyaedt.generic.general_methods import _retry_ntimes
from pyaedt.generic.general_methods import generate_unique_folder_name
from pyaedt.generic.general_methods import generate_unique_name
Expand Down

0 comments on commit 7eca143

Please sign in to comment.