Skip to content

added __init__.py file in project folder, removed empty file (issue #13) #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 28, 2021

Conversation

earthprelude
Copy link

@earthprelude earthprelude commented Sep 28, 2021

Closes #13 by creating adafruit_itertools/init.py and removing the extra empty file adafruit_itertools/adafruit_itertools (i.e. the file was renamed)

@earthprelude earthprelude changed the title added __init__.py file in project folder, removed empty file added __init__.py file in project folder, removed empty file (issue #13) Sep 28, 2021
Copy link
Contributor

@FoamyGuy FoamyGuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes look good to me. I tested the mypy check and it now returns expected results. I also successfully ran a modified version of the simpletest script on a CLUE. Thanks for resolving this @earthprelude! Congrats on your first contribution to a CircuitPython library🎉

@FoamyGuy FoamyGuy merged commit 83beb3a into adafruit:main Sep 28, 2021
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Sep 28, 2021
Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE_Radio to 0.4.0 from 0.3.5:
  > Merge pull request adafruit/Adafruit_CircuitPython_BLE_Radio#16 from mlupo/main
  > Globally disabled consider-using-f-string pylint check
  > Moved default branch to main
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template

Updating https://github.com/adafruit/Adafruit_CircuitPython_IterTools to 1.1.6 from 1.1.5:
  > Merge pull request adafruit/Adafruit_CircuitPython_IterTools#14 from earthprelude/add-init-file
  > Globally disabled consider-using-f-string pylint check
  > Moved default branch to main
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template
  > "Increase duplicate code check threshold "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing __init__.py and extra empty file in repo.
2 participants