Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f0633c8

Browse files
committed
missed change to basic_inserts.py in ch14_testing\final
1 parent e804024 commit f0633c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/ch14_testing/final/pypi_org/bin/basic_inserts.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import os
22
import sys
33

4-
import pypi_org.data.db_session as db_session
5-
from pypi_org.data.package import Package
6-
from pypi_org.data.releases import Release
7-
84
# Make it run more easily outside of PyCharm
95
sys.path.insert(0, os.path.abspath(os.path.join(
106
os.path.dirname(__file__), "..", "..")))
117

8+
import pypi_org.data.db_session as db_session
9+
from pypi_org.data.package import Package
10+
from pypi_org.data.releases import Release
11+
1212

1313
def main():
1414
init_db()

0 commit comments

Comments
 (0)