Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lpozo committed Sep 18, 2023
1 parent 6738b60 commit 21f4cc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-python-scripts/run_importlib.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import importlib
importlib.import_module('hello')

importlib.import_module("hello")

0 comments on commit 21f4cc9

Please sign in to comment.