Matplotlib - Seaborn Integration
Identify the error in this code snippet:
import matplotlib.pyplot as plt
plt.style.use('seaborn-dark')
plt.plot([1, 2, 3], [3, 2, 1])
plt.show()