Skip to content

Commit

Permalink
Active voice for check table priviledges
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Jun 2, 2020
1 parent 60f8e15 commit 0fca42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dsdk/mssql.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ def open_mssql(self) -> Generator:
logger.info('"action": "connect"')


class TablePriviledgeCheck(Task): # pylint: disable=too-few-public-methods
"""Table priviledge check."""
class CheckTablePriviledges(Task): # pylint: disable=too-few-public-methods
"""Check table priviledges."""

CONNECT = """
select 1 as n
Expand Down

0 comments on commit 0fca42f

Please sign in to comment.