Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Feb 11, 2025
1 parent 21ce3d5 commit 6398fda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/modules/database_mysql_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ def _create(self) -> MySQLDatabase:
"database", "database_create"
)

import q

q.q(params)

database = self.client.database.mysql_create(**params)

create_poller.set_entity_id(database.id)
Expand Down

0 comments on commit 6398fda

Please sign in to comment.