Move SpyCall into its own file.

Review Request #11027 — Created May 16, 2020 and submitted

Information

kgb
master

Reviewers

kgb

This moves SpyCall out from spies.py and into its own calls.py.
This will prevent circular imports with future changes, with new modules
that will need to import SpyCall. It otherwise doesn't change any
logic or functionality.

Unit tests pass.

Summary ID
Move SpyCall into its own file.
This moves `SpyCall` out from `spies.py` and into its own `calls.py`. This will prevent circular imports with future changes, with new modules that will need to import `SpyCall`. It otherwise doesn't change any logic or functionality.
9bad35fe1bbb478a0163c1feb90b1bcd2fbef9b7
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (6f4e27f)
Loading...