Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
soft_161_homework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cjz2501
soft_161_homework
Commits
bb826f22
Commit
bb826f22
authored
5 years ago
by
Christopher Zagurski git config --global user.email cjz2501@gmail.com
Browse files
Options
Downloads
Patches
Plain Diff
Removed the unresolved reference of unit_one from the installer.py
parent
ac36b6ac
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
milestone_1/unit_tracker_installer.py
+2
-2
2 additions, 2 deletions
milestone_1/unit_tracker_installer.py
with
2 additions
and
2 deletions
milestone_1/unit_tracker_installer.py
+
2
−
2
View file @
bb826f22
...
...
@@ -8,8 +8,8 @@ import datetime
def
add_location_data
(
session
):
#unit_one = Unit(units_collected=50, provider_id=1, patient_id=1, date_recieved=datetime.datetime.now(), date_departed=datetime.datetime.now())
#session.add(unit_one)
kansas
=
Location
(
location
=
'
Kansas
'
,
units
=
[
unit_one
],
address_first_line
=
'
2946 Atchison Circle
'
)
ohio
=
Location
(
location
=
'
Ohio
'
,
units
=
[
unit_one
],
address_first_line
=
'
21749 Bobwhite Ave
'
,
address_second_line
=
'
Apartment number 0049
'
)
kansas
=
Location
(
location
=
'
Kansas
'
,
address_first_line
=
'
2946 Atchison Circle
'
)
ohio
=
Location
(
location
=
'
Ohio
'
,
address_first_line
=
'
21749 Bobwhite Ave
'
,
address_second_line
=
'
Apartment number 0049
'
)
nebraska
=
Location
(
location
=
'
Nebraska
'
,
address_first_line
=
'
21749 Bobwhite Ave
'
,
address_second_line
=
'
Gretna, Nebraska
'
)
illinois
=
Location
(
location
=
'
Illinois
'
,
address_first_line
=
'
5216 North Glenwood
'
)
texas
=
Location
(
location
=
'
Texas
'
,
address_first_line
=
'
3205 Queens Road
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment