Skip to content

Commit

Permalink
formatting changes from black 22.3.0
Browse files Browse the repository at this point in the history
Summary:
Applies the black-fbsource codemod with the new build of pyfmt.

paintitblack

Reviewed By: lisroach

Differential Revision: D36324783

fbshipit-source-id: 280c09e88257e5e569ab729691165d8dedd767bc
  • Loading branch information
amyreese authored and facebook-github-bot committed May 12, 2022
1 parent 0c061ce commit 53e4809
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/package/package_a/use_dunder_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
def is_from_package():
return True


else:

def is_from_package():
Expand Down
1 change: 0 additions & 1 deletion test/package/package_c/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def forward(self, x):
x = a_non_torch_leaf(x, x)
return torch.relu(x + 3.0)


except ImportError:
pass

Expand Down

0 comments on commit 53e4809

Please sign in to comment.