Skip to content

Commit

Permalink
Update wheel_loader.py
Browse files Browse the repository at this point in the history
fix identation
  • Loading branch information
sfc-gh-mrojas committed Apr 8, 2024
1 parent ba45171 commit 06c0da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/wheel_loader/wheel_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class FileLock:
def __enter__(self):
def __enter__(self):
self._lock = threading.Lock()
self._lock.acquire()
self._fd = open('/tmp/wheel_loader.LOCK', 'w+')
Expand Down

0 comments on commit 06c0da5

Please sign in to comment.