From a8f23d7a0ba86b1b30ca86092cf98209ec31b30b Mon Sep 17 00:00:00 2001 From: John Elliott Date: Fri, 20 Dec 2024 19:37:09 -0800 Subject: [PATCH] Fix a couple of FLAKE8 lint wanings Summary: # Context We are introducing EdenFS notifications to support scalable and ergonomic file system notifications for EdenFS mounts. # This Diff There were two lint warnings that were missed in the previous diff. Fixings # Next Steps * Resolve changes based on commit transitions using Sapling CLI. Reviewed By: JakobDegen Differential Revision: D67551800 fbshipit-source-id: 2fd353ef1a13ddc853c08770631cab5b8e13144a --- tests/core/io/test_fs_hash_crawler.py | 2 -- tests/core/io/test_notify.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/core/io/test_fs_hash_crawler.py b/tests/core/io/test_fs_hash_crawler.py index 040c60be5cd8..45cdddcce033 100644 --- a/tests/core/io/test_fs_hash_crawler.py +++ b/tests/core/io/test_fs_hash_crawler.py @@ -8,8 +8,6 @@ # pyre-strict -import sys - from buck2.tests.core.common.io.file_watcher import FileWatcherProvider from buck2.tests.core.common.io.file_watcher_dir_tests import ( run_create_directory_test, diff --git a/tests/core/io/test_notify.py b/tests/core/io/test_notify.py index 55c0402b509b..52dc638e0442 100644 --- a/tests/core/io/test_notify.py +++ b/tests/core/io/test_notify.py @@ -8,8 +8,6 @@ # pyre-strict -import sys - from buck2.tests.core.common.io.file_watcher import FileWatcherProvider from buck2.tests.core.common.io.file_watcher_dir_tests import ( run_create_directory_test,