Skip to content

Commit 8f09c0d

Browse files
committed
ensure heapq is imported for local area build
1 parent d698369 commit 8f09c0d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modal_app/local_area.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
modal run modal_app/local_area.py --branch=main --num-workers=8
1212
"""
1313

14+
import heapq
1415
import json
1516
import os
1617
import subprocess

0 commit comments

Comments
 (0)