#323 frontend.py pylint import order
Merged 5 years ago by clime. Opened 5 years ago by pjunak.
copr/ pjunak/copr pylint  into  master

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  import json

- from requests import post, RequestException

  import time

+ from requests import post, RequestException

  

  

  class FrontendClient(object):

I am intern under Mirek Suchý and this is my first PR.
My job is to remove pylint warnings.

Can you, please, always mention what warning this is resolving so that we can learn from our mistakes? :)

rebased onto d3a29c9

5 years ago

Duly noted. I have fixed the commit description.

Duly noted. I have fixed the commit description.

Sorry, but I don't see the fix.

What I want to see is the warning message that pylint generates that this pull request resolves.

In other words...what's wrong with importing in this order:

from requests import post, RequestException
import time

Please, add the respective warning to the description.

Duly noted. I have fixed the commit description.

Sorry, but I don't see the fix.
What I want to see is the warning message that pylint generates that this pull request resolves.
In other words...what's wrong with importing in this order:
from requests import post, RequestException
import time

Please, add the respective warning to the description.

Sorry, I missed you have put it into the commit message. If you can, next time put it also into description of a pull request.

Pull-Request has been merged by clime

5 years ago
Metadata