google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
464 stars 88 forks source link

Clean import statements to match the style guide #302

Closed giovannt0 closed 3 years ago

giovannt0 commented 3 years ago

Closes #243

Note that the typing module is exempt from this rule (see https://google.github.io/styleguide/pyguide.html#31912-imports-for-typing)

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@c9c735a). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #302   +/-   ##
=======================================
  Coverage        ?   64.38%           
=======================================
  Files           ?       33           
  Lines           ?     2347           
  Branches        ?        0           
=======================================
  Hits            ?     1511           
  Misses          ?      836           
  Partials        ?        0           
Flag Coverage Δ
nosetests 64.38% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c9c735a...14e1a45. Read the comment docs.

giovannt0 commented 3 years ago

Consider merging https://github.com/google/cloud-forensics-utils/pull/304 first to make the linter happy