Skip to content

Commit 3ed47ad

Browse files
authored
Update Binary.py
1 parent e874502 commit 3ed47ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data/Binary.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
1. 'wb' overwrites binary file
2020
2. 'ab' appends to existing binary file
2121
'''
22-
22+
###############################################################
2323
# Imports
24+
###############################################################
2425
import struct
2526
import numpy as np
2627
import datetime as dt
28+
2729
###############################################################
2830
# Saves python dict() to a binary file called :: binary_data
2931
###############################################################

0 commit comments

Comments
 (0)