Skip to content

Commit d0b54e5

Browse files
Fix ruff error
1 parent 2a348b9 commit d0b54e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/context_managers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Module containing context managers for temporary deletions and replacements."""
2+
13
import hashlib
24
import os
35
from pathlib import Path

0 commit comments

Comments
 (0)