Skip to content

Commit

Permalink
Add missing import of NSTimeZone (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
MagerValp authored and gregneagle committed Dec 10, 2018
1 parent 18ea11f commit 302308b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -29,6 +29,7 @@
# PyLint cannot properly find names inside Cocoa libraries, so issues bogus
# No name 'Foo' in module 'Bar' warnings. Disable them.
# pylint: disable=E0611
from Foundation import NSTimeZone
from Foundation import NSBundle
from Foundation import NSDate
from Foundation import NSFileManager
Expand Down

0 comments on commit 302308b

Please sign in to comment.