Skip to content

Commit

Permalink
Fix a couple of FLAKE8 lint wanings
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jdelliot authored and facebook-github-bot committed Dec 21, 2024
1 parent 23f8fbe commit a8f23d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/core/io/test_fs_hash_crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions tests/core/io/test_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a8f23d7

Please sign in to comment.