Skip to content

Commit

Permalink
Fix typo for portalocker (#1099)
Browse files Browse the repository at this point in the history
Summary:
Per title

Pull Request resolved: #1099

Reviewed By: NivekT

Differential Revision: D44217648

Pulled By: ejguan

fbshipit-source-id: 7403f880484bc24cb1538fb21ad6cd18ab785826
  • Loading branch information
ejguan authored and NivekT committed Apr 19, 2023
1 parent 1d550e9 commit 522d645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchdata/datapipes/iter/util/cacheholder.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
try:
import portalocker
except ImportError:
protalocker = None
portalocker = None

from torch.utils.data.datapipes.utils.common import _check_unpickable_fn, DILL_AVAILABLE

Expand Down

0 comments on commit 522d645

Please sign in to comment.