We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c069b8e commit ad8d577Copy full SHA for ad8d577
utils/table_util.py
@@ -1,7 +1,7 @@
1
from playwright.sync_api import Page, Locator, expect
2
from pages.base_page import BasePage
3
import logging
4
-from random import secrets
+import secrets
5
6
7
class TableUtils:
0 commit comments