Skip to content

Commit

Permalink
Really fix MutableMapping on Python 2 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Nov 17, 2018
1 parent 1676155 commit b05bb08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion chess/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import collections
import collections.abc
import logging
import threading
import os
Expand Down
1 change: 0 additions & 1 deletion chess/pgn.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import chess
import collections
import collections.abc
import itertools
import re
import logging
Expand Down

0 comments on commit b05bb08

Please sign in to comment.