reformatting with black

This commit is contained in:
Pratham Chauhan
2023-04-04 19:10:40 +05:30
parent ccc51dab35
commit a40126aeff
3 changed files with 23 additions and 7 deletions

View File

@@ -992,5 +992,8 @@ def test_property_access_symbol():
)
)
assert (
r.evaluate({Property("System.IO.FileInfo::Length", access=FeatureAccess.READ, description="some property"): {ADDR1}}) is True
r.evaluate(
{Property("System.IO.FileInfo::Length", access=FeatureAccess.READ, description="some property"): {ADDR1}}
)
is True
)