Skip to content

Commit

Permalink
Fix deprecation warning for collections import (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshriver committed Dec 8, 2020
1 parent 0d1739a commit 0bde944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nailgun/entity_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import json as std_json
import threading
import time
from collections import Iterable
from collections.abc import Iterable
from datetime import date
from datetime import datetime
from urllib.parse import urljoin
Expand Down

0 comments on commit 0bde944

Please sign in to comment.