mariosasko commited on
Commit
eebf821
1 Parent(s): 54bc4c0

Add From: comment to protobuf import

Browse files
Files changed (1) hide show
  1. P3.py +1 -1
P3.py CHANGED
@@ -16,7 +16,7 @@
16
 
17
  import os
18
 
19
- import google.protobuf as _protobuf
20
 
21
  import datasets
22
 
16
 
17
  import os
18
 
19
+ import google.protobuf as _protobuf # From: protobuf
20
 
21
  import datasets
22