Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isohedronpipeline committed Mar 7, 2024
1 parent 9463a3b commit aa6b96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rez/tests/test_package_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def test_caching_on_resolve_synchronous(self):

# Creating the context will synchronously add variants to the cache
c = ResolvedContext(
["timestamped-1.2.0", "pyfoo-3.1.0",],
["timestamped-1.2.0", "pyfoo-3.1.0"],
package_cache_async=False,
)

Expand Down

0 comments on commit aa6b96f

Please sign in to comment.