diff --git a/splinter/abc/cookie_manager.py b/splinter/abc/cookie_manager.py index ea80ab803..2c1b4733f 100644 --- a/splinter/abc/cookie_manager.py +++ b/splinter/abc/cookie_manager.py @@ -1,7 +1,8 @@ # Copyright 2012 splinter authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -from abc import ABC, abstractmethod +from abc import ABC +from abc import abstractmethod class CookieManagerAPI(ABC):