chore: init from code-review-graph-main snapshot (v2.3.7)
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
"""Fixture that imports and calls functions from sample_python."""
|
||||
|
||||
from sample_python import create_auth_service
|
||||
|
||||
|
||||
def setup_and_run():
|
||||
service = create_auth_service()
|
||||
return service
|
||||
Reference in New Issue
Block a user