Skip to content

Commit

Permalink
fix import in code example in file CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wchistow committed Jul 18, 2023
1 parent 6cde55f commit 6a23090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For example, you are implementing the `get_comment` method.
from pystackapi import site as site_m
from pystackapi.item import Item

from . import requests
from . import API_VERSION, requests

site_m.__dict__['requests'] = requests
site = site_m.Site('stackoverflow')
Expand Down

0 comments on commit 6a23090

Please sign in to comment.