Skip to content

Commit

Permalink
Fix undefined name in python 3.11 flake8 code check
Browse files Browse the repository at this point in the history
force-test skip-release
  • Loading branch information
Taapat committed Sep 6, 2023
1 parent 4b7f629 commit 7090bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/try_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


if sys.version_info[0] == 2:
reload(sys)
reload(sys) # noqa: F821
sys.setdefaultencoding('utf-8')


Expand Down

0 comments on commit 7090bd6

Please sign in to comment.