File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1919
2020
2121def get_reportsizedeltas_object (
22- repository_name = "FooOwner/BarRepository" , sketches_reports_source = "foo-artifact-name" , token = "foo token"
23- ):
22+ repository_name : str = "FooOwner/BarRepository" ,
23+ sketches_reports_source : str = "foo-artifact-name" ,
24+ token : str = "foo token" ,
25+ ) -> reportsizedeltas .ReportSizeDeltas :
2426 """Return a reportsizedeltas.ReportSizeDeltas object to use in tests.
2527
2628 Keyword arguments:
@@ -33,7 +35,7 @@ def get_reportsizedeltas_object(
3335 )
3436
3537
36- def directories_are_same (left_directory , right_directory ):
38+ def directories_are_same (left_directory , right_directory ) -> bool :
3739 """Check recursively whether two directories contain the same files.
3840 Based on https://stackoverflow.com/a/6681395
3941
You can’t perform that action at this time.
0 commit comments