Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Feb 27, 2024
1 parent a67afe0 commit 0cfbc13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion splinter/driver/djangoclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from urllib import parse

from .lxmldriver import LxmlDriver
from splinter.config import Config
from splinter.abc import CookieManagerAPI
from splinter.config import Config
from splinter.request_handler.status_code import StatusCode


Expand Down
2 changes: 1 addition & 1 deletion splinter/driver/flaskclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from urllib.parse import urlunparse

from .lxmldriver import LxmlDriver
from splinter.config import Config
from splinter.abc import CookieManagerAPI
from splinter.config import Config
from splinter.request_handler.status_code import StatusCode


Expand Down
2 changes: 1 addition & 1 deletion splinter/driver/zopetestbrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
from zope.testbrowser.browser import Browser
from zope.testbrowser.browser import ListControl

from splinter.config import Config
from splinter.abc import CookieManagerAPI
from splinter.config import Config
from splinter.driver import DriverAPI
from splinter.driver import ElementAPI
from splinter.driver.element_present import ElementPresentMixIn
Expand Down

0 comments on commit 0cfbc13

Please sign in to comment.