Skip to content

Commit

Permalink
fixing collections warning (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
izapolsk authored Dec 3, 2019
1 parent 7d40d5f commit 6388d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapanapi/systems/container/rhopenshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import json
import string
import yaml
from collections import Iterable
from collections.abc import Iterable
from functools import partial, wraps
from random import choice

Expand Down

0 comments on commit 6388d98

Please sign in to comment.