Formatting problems...

master
Emmanuelle Vargas-Gonzalez 2018-12-11 13:48:56 -05:00
parent c8c48a305a
commit 6e50bf5123
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
"""Python STIX2 FileSystem Source/Sink"""
from __future__ import print_function # Temporary while we address TODO statement
# Temporary while we address TODO statement
from __future__ import print_function
import errno
import io