Skip to content

Commit

Permalink
drop contextlib2 check
Browse files Browse the repository at this point in the history
  • Loading branch information
tyarkoni committed Apr 27, 2020
1 parent e08f8cd commit ecf97a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pliers/extractors/api/clarifai.py
Expand Up @@ -4,10 +4,7 @@

import logging
import os
try:
from contextlib import ExitStack
except Exception as e:
from contextlib2 import ExitStack
from contextlib import ExitStack
from pliers.extractors.image import ImageExtractor
from pliers.extractors.video import VideoExtractor
from pliers.extractors.base import ExtractorResult
Expand Down

0 comments on commit ecf97a3

Please sign in to comment.