Skip to content

'can.interface' NOT 'can.interfaces.interface' #762

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 2 commits into from
Feb 7, 2020

Conversation

auden-rovellequartz
Copy link
Contributor

I was getting the following error (see below)

####################################################################
C:\Users\arovellequartz>python auden_scratchpad_002.py
Traceback (most recent call last):
File "auden_scratchpad_002.py", line 18, in
from can.interfaces.interface import Bus
ModuleNotFoundError: No module named 'can.interfaces.interface'
####################################################################

I was getting the following error (see below)

####################################################################
C:\Users\arovellequartz>python auden_scratchpad_002.py
Traceback (most recent call last):
  File "auden_scratchpad_002.py", line 18, in <module>
    from can.interfaces.interface import Bus
ModuleNotFoundError: No module named 'can.interfaces.interface'
####################################################################
@codecov
Copy link

codecov bot commented Feb 5, 2020

Codecov Report

Merging #762 into develop will increase coverage by 0.11%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #762      +/-   ##
===========================================
+ Coverage    66.84%   66.96%   +0.11%     
===========================================
  Files           70       70              
  Lines         6512     6499      -13     
===========================================
- Hits          4353     4352       -1     
+ Misses        2159     2147      -12     

@felixdivo
Copy link
Collaborator

This looks good to me, but I'm not sure enough to merge this.

Copy link
Owner

@hardbyte hardbyte left a comment

Choose a reason for hiding this comment

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

Thanks!

@felixdivo felixdivo merged commit 2282bfc into hardbyte:develop Feb 7, 2020
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.

3 participants