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 0cfbc13 commit 3e71774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion splinter/abc/cookie_manager.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 3e71774

Please sign in to comment.