Skip to content

Commit ad8d577

Browse files
committed
Addressing the review comment for import secrets
1 parent c069b8e commit ad8d577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/table_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from playwright.sync_api import Page, Locator, expect
22
from pages.base_page import BasePage
33
import logging
4-
from random import secrets
4+
import secrets
55

66

77
class TableUtils:

0 commit comments

Comments
 (0)