Skip to content

Commit

Permalink
Auto-fix lint violations from Fixit] fbcode//opensource/fbcode_builde…
Browse files Browse the repository at this point in the history
…r/getdeps/test (#1109)

Summary: Pull Request resolved: facebookincubator/zstrong#1109

Reviewed By: ahornby, aleivag

Differential Revision: D68009422

fbshipit-source-id: 1404341fe19ec0b001e93e4348590f0c4d1e0488
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Jan 10, 2025
1 parent fca24e9 commit 8419a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/fbcode_builder/getdeps/test/manifest_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ def test_duplicate_manifest(self) -> None:
if sys.version_info < (3, 2):

def assertRaisesRegex(self, *args, **kwargs):
return self.assertRaisesRegexp(*args, **kwargs)
return self.assertRaisesRegex(*args, **kwargs)

0 comments on commit 8419a46

Please sign in to comment.