We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e804024 commit f0633c8Copy full SHA for f0633c8
app/ch14_testing/final/pypi_org/bin/basic_inserts.py
@@ -1,14 +1,14 @@
1
import os
2
import sys
3
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
-
8
# Make it run more easily outside of PyCharm
9
sys.path.insert(0, os.path.abspath(os.path.join(
10
os.path.dirname(__file__), "..", "..")))
11
+import pypi_org.data.db_session as db_session
+from pypi_org.data.package import Package
+from pypi_org.data.releases import Release
+
12
13
def main():
14
init_db()
0 commit comments