Skip to content

Commit 21eec3e

Browse files
authored
Update extract_gtn_tutorials.py
1 parent d43c5c0 commit 21eec3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/bin/extract_gtn_tutorials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python
22

33
import argparse
4+
import json
45
import time
56
from datetime import date
67
from typing import (
@@ -10,7 +11,6 @@
1011
Optional,
1112
)
1213

13-
import json
1414
import pandas as pd
1515
import shared
1616
import yaml

0 commit comments

Comments
 (0)