Skip to content
Snippets Groups Projects
Unverified Commit 14f464bd authored by Katleho Madisa's avatar Katleho Madisa
Browse files

SAR-149 Renamed class 'transaction -> 'Transaction' according to the python naming conventions.

parent 92a4c6e4
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ from .configuration import ( ...@@ -16,7 +16,7 @@ from .configuration import (
get_default_formatter, get_default_formatter,
) )
from .transactions import ( from .transactions import (
transaction, Transaction as transaction,
) )
......
...@@ -9,7 +9,7 @@ from typing import Mapping, Text ...@@ -9,7 +9,7 @@ from typing import Mapping, Text
from ska.skuid.client import SkuidClient, get_local_transaction_id from ska.skuid.client import SkuidClient, get_local_transaction_id
class transaction: class Transaction:
"""Transaction context handler. """Transaction context handler.
Provides: Provides:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment