Skip to content

Commit

Permalink
Core: explicitly import importlib.util (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 authored Jun 8, 2024
1 parent 0d9fce2 commit 76804d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import importlib
import importlib.util
import logging
import os
import sys
Expand Down

0 comments on commit 76804d2

Please sign in to comment.