SuperAGI icon indicating copy to clipboard operation
SuperAGI copied to clipboard

Remove redundant import statement

Open ps4vs opened this issue 2 years ago • 0 comments

The import statement 'from future import absolute_import' has been removed. This import is not required since Python 3 uses absolute imports by default. Therefore, it is redundant and can be safely removed from the codebase.

ps4vs avatar Jun 05 '23 13:06 ps4vs