Skip to content

Commit 35bb6ce

Browse files
committed
More explanation for what's up with the path here.
1 parent b98d93f commit 35bb6ce

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

app/ch10_using_sqlachemy/final/.idea/flask ch10_using_sqlachemy - final.iml

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/ch10_using_sqlachemy/final/.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/ch10_using_sqlachemy/final/pypi_org/bin/load_data.py

+3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
import time
55
from typing import List, Optional, Dict
66

7+
# This is listed as progressbar2:
8+
# noinspection PyPackageRequirements,PyPackageRequirements
79
import progressbar
810
from dateutil.parser import parse
911

12+
# Make sure we can import pypi_org.*
1013
sys.path.insert(0, os.path.abspath(os.path.join(
1114
os.path.dirname(__file__), "..", "..")))
1215

app/ch10_using_sqlachemy/starter/.idea/flask ch10_using_sqlachemy - starter.iml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)