Fix lint failures (#134488)

Introduced by https://github.com/pytorch/pytorch/pull/131000

Fixes #ISSUE_NUMBER

Pull Request resolved: https://github.com/pytorch/pytorch/pull/134488
Approved by: https://github.com/Skylion007, https://github.com/msaroufim, https://github.com/albanD, https://github.com/atalman
diff --git a/torch/_inductor/codecache.py b/torch/_inductor/codecache.py
index 66ab210..5374826 100644
--- a/torch/_inductor/codecache.py
+++ b/torch/_inductor/codecache.py
@@ -1905,6 +1905,7 @@
 
                 if use_mmap_weights:
                     import resource
+
                     page_size_ = resource.getpagesize()
                     page_size = max(16384, page_size_)