Skip to content

Commit

Permalink
apply Black 2024 style in fbandroid (2/16)
Browse files Browse the repository at this point in the history
Summary:
Formats the covered files with pyfmt.

paintitblack

Reviewed By: aleivag

Differential Revision: D54447731

fbshipit-source-id: 1307eb87c70e2fcc92e4a7441b53de3a69a85bc5
  • Loading branch information
amyreese authored and facebook-github-bot committed Mar 3, 2024
1 parent 9a29372 commit 03124ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin/src/py/android_screenshot_tests/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import tempfile
import unittest


# Given a metadata file locally, this transforms it (in-place), to
# remove any screenshot elements that don't satisfy the given filter
# criteria
Expand Down
1 change: 1 addition & 0 deletions plugin/src/py/android_screenshot_tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

from . import metadata


# Tests for the metadata package
class TestMetadata(unittest.TestCase):
def setUp(self):
Expand Down

0 comments on commit 03124ba

Please sign in to comment.