Why are Imports in Keywords are removed and cannot be saved?

Hi, I have been using Katalon Studio for few months and still learning.
Today, for the first time, I have encountered a weird behavior of Katalon Studio.

I have a working Keyword Class but suddenly it failed my run due to missing imports.

Luckily I pushed my latest code to repo.

I tried to add the imports again but when saving, the imports are automatically removed.

I already tried to relaunch my project.
I appreciate anybody’s input. I attached a video for reference.

Thank you very much.

I believe you typed Ctrl + Shift + ‘O’ ; that’s a well-know key stroke in Eclipse to remove unused import statements.

See also

1 Like

Thank you so much @kazurayam . This works for me. :blush: