Skip to content

Commit 7e4d59f

Browse files
committed
Simplify an import statement
1 parent 2f62816 commit 7e4d59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/common/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Example demonstrating a rate-limited printing functionality:
1212
```python
1313
import unittest
14-
from seleniumbase.common import decorators
14+
from seleniumbase import decorators
1515

1616

1717
class MyTestClass(unittest.TestCase):

0 commit comments

Comments
 (0)