Remove redundant module reloads
This commit is contained in:
@@ -10,17 +10,11 @@ from minecraft.networking.types import BlockFace
|
||||
from protocol.managers import ChunkNotLoadedException
|
||||
|
||||
import utils
|
||||
importlib.reload(utils)
|
||||
import path
|
||||
importlib.reload(path)
|
||||
import blocks
|
||||
importlib.reload(blocks)
|
||||
import items
|
||||
importlib.reload(items)
|
||||
import mcdata
|
||||
importlib.reload(mcdata)
|
||||
import mobs
|
||||
importlib.reload(mobs)
|
||||
|
||||
from jobs import (
|
||||
cache_items,
|
||||
@@ -40,6 +34,7 @@ from jobs import (
|
||||
sell_to_villager,
|
||||
sleep_with_bed,
|
||||
)
|
||||
|
||||
for module in [
|
||||
cache_items,
|
||||
check_threats,
|
||||
|
||||
Reference in New Issue
Block a user