Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelannelise committed Jun 6, 2019
1 parent 318d9c2 commit d87787c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsely_raw_data/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{"key": "action", "ex": "pageview", "type": str, "size": 256, "req": True},
{"key": "apikey", "ex": "mashable.com", "type": str, "size": 256, "req": True},
{"key": "campaign_id", "ex": "facebook_campaign", "type": str, "size": 256, "available_with_field": "url_query"},
{"key": "channel", "ex": "AMP", "type": str, "size":64},
{"key": "channel", "ex": "AMP", "type": str, "size": 64},
{"key": "display", "ex": True, "type": bool},
{"key": "display_avail_height", "ex": 735, "type": int, "available_with_field": "display"},
{"key": "display_avail_width", "ex": 1280, "type": int, "available_with_field": "display"},
Expand Down

0 comments on commit d87787c

Please sign in to comment.