mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-19 18:00:47 +01:00
fix(CLI): struct access compiles ...
... but currently wouldn't run as we don't initialize the optional sub- structures at all.
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
||||
import re
|
||||
import collections
|
||||
from copy import deepcopy
|
||||
from random import (randint, random, choice, seed)
|
||||
from random import (randint, random, choice)
|
||||
|
||||
SPLIT_START = '>>>>>>>'
|
||||
SPLIT_END = '<<<<<<<'
|
||||
|
||||
Reference in New Issue
Block a user